メインコンテンツまでスキップ

System Error and Common Messages

General-purpose error codes returned across all API operations, covering server errors, permission failures, invalid requests, and common constraint violations.


Overview

CodeMessageDescription
000001内部サーバーエラーが発生しました。Unidentified internal server error
000002リソースが見つかりません。Requested resource does not exist
000003無効なリクエストです。Incorrect format or missing required fields
000004要求されたデータを読み込めません。もう一度お試しいただくか、問題が解決しない場合はサポートにお問い合わせください。Temporary error loading data
000005The system is currently experiencing a technical issue. Please contact the infrastructure or development team for further assistance.System-level technical error
000006Your account is awaiting System Admin verification of your subscription package. Please wait for confirmation to start using the service.Account pending System Admin approval
000007リクエスト パラメータ {0} はタイプ {1} でなければなりません。Request parameter has incorrect data type
000008{0}を行うことができません。{1} の権限があることを確認し、再試行するか、{2} に連絡してください。User lacks permission for the action
000009プロジェクトIDは必須です。Required Project ID is missing
000010ユーザー ID は必須です。Required User ID is missing
000011JSONデータ形式が無効です。{0}フィールドが{1}タイプであることを確認してください。JSON field has incorrect data type
000012ID {1} を持つ {0} を見つけることができません。Object not found with provided ID
000013リクエストが多すぎます。後でもう一度お試しください。Request rate limit exceeded
000014デプロイ中です。後でもう一度お試しください。System is currently deploying
000015{0}の操作はユーザーの請求アカウントが{1}のため実行を許可されていません。Action blocked by user billing account status
000016{0}の操作はプロジェクトの請求アカウントが{1}のため実行を許可されていません。Action blocked by project billing account status
000017画像のサイズは{0}MB未満でなければなりません!Image size exceeds the allowed limit
000018The operation failed due to a system error during data processing. Please contact the infrastructure or development team for assistance.System error during data processing
000019メールアドレスが無効です。Invalid email address format
000020ファイルの形式が不正です。Image file format is not supported
000021外部サービスからのレスポンスが不正のため、リクエストが完了できません。Upstream service returned an unexpected response
000022タイムアウトが発生しました。外部システムに問題が発生していないかどうかご確認ください。Upstream service timeout
000023{0} に失敗しました。後程お試し下さい。General operation failure
000024リクエストペイロードが過大です。: {0}Request payload exceeds the allowed limit
000025請求アカウントが現在1つ以上のプロジェクトに対してアクティブになっているのでこのユーザーは削除できません。Billing account is active for one or more projects
000026プロジェクト{1}に参加しているため、{0}を実行できません。この操作を実行するには、プロジェクト{2}に切り替えてください。User must switch to the correct project
000027操作{0}は実行できません。プロジェクト{1}に参加していることを確認し、再度実行するか、{2}にお問合せ下さい。User has not joined the required project
000028フィードバック送信中にエラーが発生しました。システム管理者にお問合せ下さい。Feedback submission failed
000029HTTPメソッドの{1}を持つAPIエンドポイント{0}が見つかりませんでした。API endpoint does not exist
000030以下の必須情報が不足しています:{0}Required field is missing
000031HTTPメソッド{0}はこのエンドポイントではサポートされていません。サポートされているメソッドは以下です。:{1}HTTP method not supported for this endpoint
000033Acceptヘッダー内のメディアタイプはサポートされていません。サポートされているメディア タイプは以下です: {0}Accept header media type is not supported
000034必須リクエスト部分{0}がありません。Multipart request part is missing
000035リクエストURL に必須パス変数 {0} がありません。Path variable is missing from URL
000036以下のリクエストパラメータまたはヘッダーが欠落しているか不正です。{0}Request parameter or header is missing or invalid
000037フィールド {0}の値は既に存在します。Duplicate value violates unique constraint
000037[0]値は既に存在しており、重複は許可されません。Duplicate value detected
000038フィールド{0}は必須であり、空白のままにすることはできません。Required field is missing or empty
000038[0]必須フィールドが欠落しているか、空白のままになっています。Required field is missing
000039フィールド {0} の値が無効か存在しません。Invalid or non-existent field value
000039[0]リンクされたデータが無効または欠落しています。Linked data is invalid or missing
000040データベース整合性制約違反が発生しました。Database constraint was violated
000041現時点では、このデータ ソースにアクセスすることはできません。Data source is unavailable
000042このテナントにアクセスする権限がありません。User lacks access to the tenant
000043試行回数の制限を超えました。しばらくしてから再試行してください。Too many failed attempts
000044このアカウントはまだ有効化されていません。システム管理者にご連絡の上、アカウントの有効化を依頼してください。Account is inactive
000045このユーザーの請求アカウントは現在1人以上のユーザーと共有されているため、無効にできません。Billing account is shared with other users
000046このユーザーの請求アカウントに未払いの請求書があるため、無効にできません。Unpaid invoices exist on the billing account
000047タイムゾーン "{0}" が無効です。正しい形式は"Region"/"City"(例 Asia/Tokyo)です。Time zone format is invalid
000048リダイレクトURLが無効です。Redirect URL is invalid
000049{0} ではユーザーの更新ができません。Attribute is read-only for the user
000050本機能は利用不可となります。Requested feature is not enabled
000051File upload rate limit exceeded. Please try again later.File upload rate limit exceeded

Error Code Details

000001

Message

内部サーバーエラーが発生しました。

Description

The server encountered an unexpected condition that prevented it from fulfilling the request.

Root Cause

  • An unidentified internal error occurred on the server.

Resolution

  1. Try the request again.
  2. If the issue persists, contact support.

000002

Message

リソースが見つかりません。

Description

The requested resource does not exist in the system.

Root Cause

  • The resource ID is incorrect or does not exist.
  • The resource was deleted before the request was made.

Resolution

  1. Verify the resource ID is correct.
  2. Ensure the resource has not been deleted.

000003

Message

無効なリクエストです。

Description

The request has an incorrect format or is missing required information.

Root Cause

  • Required fields are missing from the request.
  • The request body or parameters are malformed.

Resolution

  1. Check the request format and ensure all required fields are present.
  2. Refer to the API reference for the expected request structure.

000004

Message

要求されたデータを読み込めません。もう一度お試しいただくか、問題が解決しない場合はサポートにお問い合わせください。

Description

The system was unable to load the requested data, possibly due to a temporary error.

Root Cause

  • A temporary system error occurred while loading data.

Resolution

  1. Try again after a short delay.
  2. If the issue persists, contact support.

000005

Message

The system is currently experiencing a technical issue. Please contact the infrastructure or development team for further assistance.

Description

A system-level technical issue is preventing the operation from completing.

Root Cause

  • An infrastructure or system-level error occurred.

Resolution

  1. Contact the infrastructure or development team for further assistance.

000006

Message

Your account is awaiting System Admin verification of your subscription package. Please wait for confirmation to start using the service.

Description

The account has been created but is pending verification of the subscription package by a System Admin.

Root Cause

  • The System Admin has not yet verified the subscription package for this account.

Resolution

  1. Wait for the System Admin to verify and approve your subscription package.
  2. Contact the System Admin if verification is taking too long.

000007

Message

リクエスト パラメータ {0} はタイプ {1} でなければなりません。

Description

A request parameter was provided with an incorrect data type.

Root Cause

  • The parameter {0} was sent with a type that does not match the expected type {1}.

Resolution

  1. Ensure the parameter {0} is provided as type {1}.
  2. Refer to the API reference for the correct parameter types.

000008

Message

{0}を行うことができません。{1} の権限があることを確認し、再試行するか、{2} に連絡してください。

Description

The user does not have the required privileges to perform the requested action.

Root Cause

  • The user account lacks the {1} privilege required to perform action {0}.

Resolution

  1. Request the necessary {1} privilege from your project or system administrator {2}.
  2. Try the action again after the privilege has been granted.

000009

Message

プロジェクトIDは必須です。

Description

The Project ID is a required parameter but was not provided in the request.

Root Cause

  • The project_id field is missing from the request.

Resolution

  1. Include the Project ID in your request.

000010

Message

ユーザー ID は必須です。

Description

The User ID is a required parameter but was not provided in the request.

Root Cause

  • The user_id field is missing from the request.

Resolution

  1. Include the User ID in your request.

000011

Message

JSONデータ形式が無効です。{0}フィールドが{1}タイプであることを確認してください。

Description

The JSON request body contains a field with an invalid data type.

Root Cause

  • The field {0} was provided with a type that does not match the expected type {1}.

Resolution

  1. Ensure the {0} field in the JSON body is of type {1}.
  2. Validate your JSON payload before sending the request.

000012

Message

ID {1} を持つ {0} を見つけることができません。

Description

The system could not find the specified object using the provided ID.

Root Cause

  • No {0} exists with the ID {1}.
  • The resource may have been deleted.

Resolution

  1. Verify that the ID {1} is correct.
  2. Ensure the resource has not been deleted.

000013

Message

リクエストが多すぎます。後でもう一度お試しください。

Description

The client has exceeded the allowed request rate limit.

Root Cause

  • Too many requests were sent within a short period.

Resolution

  1. Wait briefly before retrying.
  2. Reduce the frequency of requests.

000014

Message

デプロイ中です。後でもう一度お試しください。

Description

The system is currently performing a deployment and cannot process the request.

Root Cause

  • A deployment is in progress on the system or resource.

Resolution

  1. Wait for the deployment to complete.
  2. Try the request again afterward.

000015

Message

{0}の操作はユーザーの請求アカウントが{1}のため実行を許可されていません。

Description

The requested action is blocked because of the current status of the user's billing account.

Root Cause

  • The user billing account status {1} prevents the action {0} from being performed.

Resolution

  1. Check the status of your billing account.
  2. Contact billing support to resolve the account issue.

000016

Message

{0}の操作はプロジェクトの請求アカウントが{1}のため実行を許可されていません。

Description

The requested action is blocked because of the current status of the project's billing account.

Root Cause

  • The project billing account status {1} prevents the action {0} from being performed.

Resolution

  1. Check the project billing account status.
  2. Contact billing support to resolve the account issue.

000017

Message

画像のサイズは{0}MB未満でなければなりません!

Description

The uploaded image exceeds the maximum allowed file size.

Root Cause

  • The image file size is larger than the {0} MB limit.

Resolution

  1. Compress or resize the image to be under {0} MB.
  2. Try uploading again.

000018

Message

The operation failed due to a system error during data processing. Please contact the infrastructure or development team for assistance.

Description

An unexpected system error occurred while processing data.

Root Cause

  • A system-level error was encountered during data processing.

Resolution

  1. Contact the infrastructure or development team for assistance.

000019

Message

メールアドレスが無効です。

Description

The email address provided does not conform to a valid format.

Root Cause

  • The email address is malformed or missing required components.

Resolution

  1. Provide a valid email address (e.g., [email protected]).

000020

Message

ファイルの形式が不正です。

Description

The uploaded image uses a file format that is not supported.

Root Cause

  • The image file format is not in the list of supported formats.

Resolution

  1. Use a supported image format (e.g., PNG, JPEG).
  2. Try uploading again.

000021

Message

外部サービスからのレスポンスが不正のため、リクエストが完了できません。

Description

An upstream service returned an unexpected response, preventing the request from completing.

Root Cause

  • An external or upstream service returned an invalid or unexpected response.

Resolution

  1. Try again after a short delay.
  2. Contact support if the issue persists.

000022

Message

タイムアウトが発生しました。外部システムに問題が発生していないかどうかご確認ください。

Description

The upstream service did not respond within the expected time, causing a timeout.

Root Cause

  • A temporary issue with an upstream or external system caused the timeout.

Resolution

  1. Wait a few moments and try again.

000023

Message

{0} に失敗しました。後程お試し下さい。

Description

The operation {0} failed to complete.

Root Cause

  • A general failure occurred during the execution of {0}.

Resolution

  1. Try again later.
  2. If the issue persists, contact support.

000024

Message

リクエストペイロードが過大です。: {0}

Description

The request body exceeds the maximum allowed payload size.

Root Cause

  • The request payload size is larger than the system limit. Details are provided in {0}.

Resolution

  1. Reduce the size of the request payload.
  2. Split large requests into smaller chunks if applicable.

000025

Message

請求アカウントが現在1つ以上のプロジェクトに対してアクティブになっているのでこのユーザーは削除できません。

Description

The user cannot be disabled because their billing account is still linked as the active billing account for one or more projects.

Root Cause

  • The user's billing account is the active billing account for at least one project.

Resolution

  1. Reassign the billing account for all affected projects to a different account.
  2. Retry disabling the user after the billing account has been removed from all projects.

000026

Message

プロジェクト{1}に参加しているため、{0}を実行できません。この操作を実行するには、プロジェクト{2}に切り替えてください。

Description

The action cannot be performed from the current project context. The user must switch to a different project.

Root Cause

  • The action {0} is only allowed within project {2}, but the user is currently in project {1}.

Resolution

  1. Switch to project {2}.
  2. Retry the action.

000027

Message

操作{0}は実行できません。プロジェクト{1}に参加していることを確認し、再度実行するか、{2}にお問合せ下さい。

Description

The user is not a member of the required project and cannot perform the action.

Root Cause

  • The user has not joined project {1}, which is required to perform action {0}.

Resolution

  1. Join project {1}.
  2. Retry the action, or contact {2} for assistance.

000028

Message

フィードバック送信中にエラーが発生しました。システム管理者にお問合せ下さい。

Description

An error occurred while attempting to submit feedback.

Root Cause

  • A system error prevented the feedback from being sent.

Resolution

  1. Try submitting feedback again.
  2. If the issue persists, contact the administrator directly.

000029

Message

HTTPメソッドの{1}を持つAPIエンドポイント{0}が見つかりませんでした。

Description

The specified API endpoint does not exist or is not registered for the given HTTP method.

Root Cause

  • The URL {0} or method {1} is incorrect.
  • The endpoint may have changed or been removed.

Resolution

  1. Verify the endpoint URL and HTTP method.
  2. Refer to the API reference for the correct endpoint.

000030

Message

以下の必須情報が不足しています:{0}

Description

One or more required fields are missing from the request.

Root Cause

  • The field(s) listed in {0} were not provided in the request.

Resolution

  1. Include all required fields listed in {0}.

000031

Message

HTTPメソッド{0}はこのエンドポイントではサポートされていません。サポートされているメソッドは以下です。:{1}

Description

The HTTP method used is not supported by the target endpoint.

Root Cause

  • The request used method {0}, which is not among the supported methods {1} for this endpoint.

Resolution

  1. Use one of the supported HTTP methods listed in {1}.

000033

Message

Acceptヘッダー内のメディアタイプはサポートされていません。サポートされているメディア タイプは以下です: {0}

Description

The media type specified in the Accept header is not supported by the server.

Root Cause

  • The Accept header contains a media type not in the supported list {0}.

Resolution

  1. Update the Accept header to use one of the supported media types listed in {0}.

000034

Message

必須リクエスト部分{0}がありません。

Description

A required part of a multipart request is missing.

Root Cause

  • The multipart request is missing the required part {0}.

Resolution

  1. Include the required part {0} in the multipart request.

000035

Message

リクエストURL に必須パス変数 {0} がありません。

Description

A required path variable was not included in the request URL.

Root Cause

  • The URL is missing the required path variable {0}.

Resolution

  1. Include the path variable {0} in the request URL.

000036

Message

以下のリクエストパラメータまたはヘッダーが欠落しているか不正です。{0}

Description

A required request parameter or header is either missing or contains an invalid value.

Root Cause

  • The parameter or header {0} is absent or has an invalid value.

Resolution

  1. Provide a valid value for {0}.
  2. Refer to the API reference for expected parameter and header definitions.

000037

Message

フィールド {0}の値は既に存在します。

Description

The value provided for the field violates a unique constraint — a record with this value already exists.

Root Cause

  • A duplicate value was submitted for a field that requires unique values.

Resolution

  1. Use a different value for field {0}.

000037[0]

Message

値は既に存在しており、重複は許可されません。

Description

A duplicate value was detected on a field that does not permit duplicates.

Root Cause

  • The submitted data contains a value that already exists in the system.

Resolution

  1. Use a different, unique value.

000038

Message

フィールド{0}は必須であり、空白のままにすることはできません。

Description

A required field was left empty or not provided.

Root Cause

  • The field {0} is mandatory but was submitted as blank or omitted.

Resolution

  1. Provide a valid non-empty value for field {0}.

000038[0]

Message

必須フィールドが欠落しているか、空白のままになっています。

Description

A required field is missing or was submitted without a value.

Root Cause

  • One or more required fields were omitted or left blank.

Resolution

  1. Ensure all required fields are filled in before submitting.

000039

Message

フィールド {0} の値が無効か存在しません。

Description

The value provided for the field is either invalid or does not correspond to an existing record.

Root Cause

  • The value for {0} is not a recognized or valid entry in the system.

Resolution

  1. Verify the value for field {0} and ensure it matches an existing, valid entry.

000039[0]

Message

リンクされたデータが無効または欠落しています。

Description

A linked or referenced data entry is invalid or does not exist.

Root Cause

  • The referenced data could not be found or is invalid.

Resolution

  1. Verify all linked data references are valid and exist in the system.

000040

Message

データベース整合性制約違反が発生しました。

Description

The operation violated a database integrity constraint, such as a foreign key or unique constraint.

Root Cause

  • The submitted data conflicts with an existing database constraint.

Resolution

  1. Review the data being submitted for conflicts.
  2. Resolve the constraint conflict and retry.

000041

Message

現時点では、このデータ ソースにアクセスすることはできません。

Description

The requested data source is currently unavailable.

Root Cause

  • The data source is temporarily down or unreachable.

Resolution

  1. Try again after a short delay.
  2. Contact support if the issue persists.

000042

Message

このテナントにアクセスする権限がありません。

Description

The user does not have access rights to the requested tenant.

Root Cause

  • The user account is not authorized for this tenant.

Resolution

  1. Request access from the tenant administrator.

000043

Message

試行回数の制限を超えました。しばらくしてから再試行してください。

Description

The maximum number of allowed attempts has been exceeded.

Root Cause

  • Too many failed attempts were made in a short period.

Resolution

  1. Wait before retrying.

000044

Message

このアカウントはまだ有効化されていません。システム管理者にご連絡の上、アカウントの有効化を依頼してください。

Description

The user account exists but has not been activated.

Root Cause

  • The account was created but activation has not been completed.

Resolution

  1. Contact the system administrator to activate your account.

000045

Message

このユーザーの請求アカウントは現在1人以上のユーザーと共有されているため、無効にできません。

Description

The user cannot be disabled because their billing account is shared with other users.

Root Cause

  • The billing account is currently shared with one or more other users.

Resolution

  1. Remove all shared users from the billing account.
  2. Retry disabling the user.

000046

Message

このユーザーの請求アカウントに未払いの請求書があるため、無効にできません。

Description

The user cannot be disabled due to outstanding unpaid invoices on their billing account.

Root Cause

  • One or more invoices on the billing account remain unpaid.

Resolution

  1. Pay all outstanding invoices.
  2. Retry disabling the user.

000047

Message

タイムゾーン "{0}" が無効です。正しい形式は"Region"/"City"(例 Asia/Tokyo)です。

Description

The time zone value provided is not in the expected format.

Root Cause

  • The time zone {0} does not follow the required Region/City format.

Resolution

  1. Use a valid time zone in Region/City format (e.g., Asia/Tokyo, America/New_York).

000048

Message

リダイレクトURLが無効です。

Description

The redirect URL provided is not valid.

Root Cause

  • The URL is malformed or not in an accepted format.

Resolution

  1. Provide a valid, properly formatted redirect URL.

000049

Message

{0} ではユーザーの更新ができません。

Description

The attribute is read-only and cannot be modified by the user.

Root Cause

  • The attribute {0} is restricted and can only be updated by an administrator.

Resolution

  1. Contact an administrator to update attribute {0}.

000050

Message

本機能は利用不可となります。

Description

The requested feature is currently disabled on the system.

Root Cause

  • The feature has been turned off by an administrator.

Resolution

  1. Contact the administrator to enable the feature.

000051

Message

File upload rate limit exceeded. Please try again later.

Description

The file upload rate limit has been exceeded.

Root Cause

  • Too many file upload requests were made within a short period.

Resolution

  1. Wait before retrying the file upload.