00000 | Internal Generic Error | Error | 500 | A generic internal error. See inner error for details. |
00404 | Resource Not Found | Error | 404 | The requested resource or service could not be found. |
00405 | Method Not Allowed | Error | 405 | The specified method is not allowed on the given path. |
00429 | Too Many Requests | Error | 429 | The client has sent too many requests. Please wait and try again later. |
00500 | Internal Server Error | Error | 500 | An internal server error has occurred. Consult the logs for details. |
00501 | Internal Not Supported Error | Error | 501 | An internal service tried to perform an action that was unsupported on the target. |
01100 | Resource Not Created | Error | 500 | The requested resource could not be created. If you believe this to be in error, contact Canary Speech support. |
01101 | Server Resource Missing | Error | 500 | A required server resource could not be found. The server configuration is likely in an unstable or incomplete state. |
02501 | Internal Not Implemented Error | Error | 501 | An internal service tried to perform an action that hasn't yet been implemented. |
02502 | Environment Variable Not Found | Error | 500 | A necessary environment variable could not be located. |
02503 | Secret Not Found | Error | 500 | A necessary secret could not be located. |
10000 | Auth Generic Error | Error | 500 | A generic error related to the Auth handler. See inner error for details. |
10100 | API Key Missing | Error | 401 | The resource requires an API Key included in the request, but one was not found. Consult the documentation on how to include an API Key in the request. |
10101 | API Key Malformed | Error | 401 | The API Key included in the request is of an invalid form. |
10102 | API Key Invalid | Error | 401 | The API Key included in the request could not be found. Review the API Key provided to you and try again. |
10103 | API Key Expired | Error | 401 | The API Key included in the request has expired and can no longer be used. Contact Canary Speech support to renew the API Key or to request a new one. |
10104 | API Key Deactivated | Error | 401 | The API Key included in the request has been deactivated and can no longer be used or renewed. If you believe this to be in error, contact Canary Speech for support. |
10200 | API Key Save Failed | Error | 500 | The API Key could not be saved. See inner error for details. |
10201 | API Key Gen Failed | Error | 500 | The API Key could not be generated. See inner error for details. |
11100 | Auth Token Missing | Error | 401 | The requested resource requires an Auth token included in the request, but one was not found. Consult the documentation for the resource on how to include an Auth token in the request. |
11101 | Auth Token Malformed | Error | 401 | The Auth token included in the request could not be decoded. |
11102 | Auth Token Invalid | Error | 401 | The signature provided in the included Auth token does not match the signature calculated by the service. |
11103 | Auth Token Expired | Error | 401 | The Auth token included in the request has expired. Reauthorize with the service to gain a refreshed token or a new set of Auth tokens. |
11104 | Auth Token Invalidated | Error | 401 | The Auth token included in the request has been deactivated and can no longer be used. Reauthorize with the service to gain a new set of Auth tokens. |
11105 | Auth Token Create Failed | Error | 500 | The Auth token failed to be created. This is likely due to an intermittent issue, please try again. |
11106 | Auth Token Refresh Failed | Warning | 500 | The Auth token failed to be refreshed. A new set of tokens must be retrieved. |
11107 | Auth Token Delete Failed | Warning | 500 | The Auth token failed to be deleted. This is likely due to an intermittent issue, please try again. |
12100 | Auth Insufficient Scopes | Error | 401 | Your authorization lacks the necessary scopes to access the requested service. If you believe this to be in error, re-authorize your access or contact Canary Speech for support. |
13100 | Auth Insufficient Access | Error | 401 | Your authorization lacks the necessary permission to access the requested resource. If you believe this to be in error, re-authorize your access or contact Canary Speech for support. |
20000 | Data Generic Error | Error | 400 | A generic error related to data integrity. Review the inner error for more details. |
20001 | Data Generic Warning | Warning | 200 | A generic warning related to data integrity. Review the inner message for more details. |
20100 | Data Parameter Error | Error | 400 | One or more errors occurred while parsing the request payload parameters. Consult the inner errors for more details. |
20101 | Missing Parameter | Error | 400 | A parameter required by the request is missing from the request payload. Check your request and include the parameter. |
20102 | Disallowed Parameter | Error | 400 | The request payload includes an additional parameter that is disallowed by the service. Check your request and remove the parameter. |
20103 | Malformed Parameter | Error | 400 | A parameter in the request payload does not match the required format. Check your request and correct the format of the parameter. |
20104 | Deprecated Parameter | Warning | 200 | A parameter in the request payload has been deprecated and will not be supported in the future. Remove the parameter from the request in future calls. |
20105 | Mistyped Parameter | Error | 400 | A parameter in the request payload was not of a supported type. Check your request and correct the parameter to the correct type. |
20200 | Duplicate Resource | Error | 400 | Cannot create a resource with the given identifier as a resource with that identifier already exists. |
20201 | Duplicate Resource Query | Error | 500 | A query which expected at most a single result unexpectedly returned multiple results. |
21000 | Data State Mismatch | Error | 400 | The data cannot be processed due to constraints imposed by the data's state. |
21001 | Data Signature Mismatch | Error | 400 | The calculated signature doesn't match the signature provided. |
30000 | Audio Generic Error | Error | 500 | A generic error related to audio integrity. Review the inner error for more details. |
30100 | Audio File Missing | Error | 404 | The requested audio file could not be found. |
30101 | Audio File Empty | Error | 400 | The audio file does not contain any audio data. Check your request payload and/or recording process for the cause. |
30102 | Audio File Malformed | Error | 400 | The audio file does not contain any recognizable audio data from one of the supported formats. Check your request payload and/or recording process for the cause. |
30103 | Audio File Misconfigured | Error | 400 | The audio file has been improperly configured. Check your recording process to ensure provided audio satisfies Canary Speech audio requirements. |
31100 | Audio Too Short | Error | 400 | The duration of the audio file is below the minimum duration allowed for this resource. Please upload a longer recording file. |
31101 | Audio Too Long | Error | 400 | The duration of the audio file is above the maximum duration allowed for this resource. Please upload a shorter recording file. |
40000 | User Generic Error | Error | 500 | A generic error related to user operations. Review the inner error for more details. |
40001 | User Services Error | Error | 500 | An error occurred during the operation because user services were unavailable. |
40010 | User Not Found | Error | 400 | The operation cannot be completed because the specified user cannot be found. |
40100 | User Login Failed | Error | 400 | The login procedure for a user failed for unexpected reasons. |
40101 | User Login Rejected | Error | 401 | The login procedure failed due to an incorrect identifier or password. |
40110 | User Logout Failed | Error | 400 | The logout procedure for a user failed for unexpected reasons. |
40201 | User Token Invalid | Error | 401 | The user token is malformed or otherwise invalid. |
40202 | User Token Expired | Error | 401 | The user token has expired and must be replaced. |
40203 | User Token Refresh Failed | Error | 500 | The user's token was unable to be refreshed for unexpected reasons. |
41100 | User Creation Failed | Error | 500 | The user creation procedure for a user failed for unexpected reasons. |
41101 | User Name Unavailable | Error | 401 | The requested identifier for the new user is unavailable. |
41110 | User Change Password Failed | Error | 500 | Unable to change the user's password. |
42100 | User Password Too Short | Error | 400 | The password provided is too short. It must be between 8 and 256 characters, inclusive. |
42101 | User Password Too Long | Error | 400 | The password provided is too long. It must be between 8 and 256 characters, inclusive. |
42102 | User Password Missing Chars | Error | 400 | The password does not contain at least three of the following: a lowercase letter, an uppercase letter, a number, a symbol. |
42103 | User Password Invalid Chars | Error | 400 | The password contains an invalid symbol. Allowed symbols are the following: @#$%^&*-\/[]_!+={}|:',.?`~"();<> |
42200 | Username Too Short | Error | 400 | The username provided is too short. It must be between 3 and 113 characters, inclusive. |
42201 | Username Too Long | Error | 400 | The username provided is too long. It must be between 3 and 113 characters, inclusive. |
42202 | Username Invalid Chars | Error | 400 | The username contains an invalid symbol. Allowed symbols are the following: \-'._!#^~ (@ is allowed only if the username is an email.) |
42203 | Username Not Email | Error | 400 | The username contains multiple @ characters. Username must only contain the @ symbol if it is in an email format. |
42204 | Username Prefix Too Short | Error | 400 | The prefix of the email provided must not be empty. |
42205 | Username Prefix Too Long | Error | 400 | The prefix of the email provided is too long. It must not be longer than 63 characters. |
42206 | Username Prefix Invalid | Error | 400 | The prefix of the email provided cannot have a period immediately preceding the @ character. |
42207 | Username Suffix Too Short | Error | 400 | The suffix of the email provided must not be empty. |
42208 | Username Suffix Too Long | Error | 400 | The suffix of the email provided is too long. It must not be longer than 48 characters. |
50000 | Access Generic Error | Error | 403 | A generic error related to authorization and access control. Review the inner error for more details. |
50100 | Unauthorized Resource Request | Error | 403 | The caller is not authorized to access the specified resource. |
50200 | Unauthorized Action Request | Error | 403 | The caller is not authorized to perform the specified request. |
60000 | Generic Service Error | Error | 500 | A generic error related to external services. Review the internal error for more details. |
60001 | Service Not Initialized | Error | 500 | The code attempted to connect to a service that has not been initialized. Either something wasn't configured correctly or there is a race condition in the code. |
60100 | Service Ping Failed | Error | 500 | A ping against the service did not get a successful response. Check the connection credentials and ensure the connection is established and stable. |
60101 | Service Check Health Failed | Error | 500 | An attempt to check the health of a service failed. Check the service and its dependencies for issues. |
61000 | Azure Generic Error | Error | 500 | A generic error related to Azure services. Review the internal error for more details. |
61100 | CosmosDB Generic Error | Error | 500 | A generic error related to CosmosDB. Review the internal error for more details. |
61120 | CosmosDB Lock Not Found | Error | 500 | The requested distributed lock could not be found. |
61121 | CosmosDB Lock Not Created | Error | 500 | The distributed lock could not be created for the resource. |
61122 | CosmosDB Lock Not Updated | Error | 500 | The distributed lock could not be updated. |
61130 | CosmosDB Lease Not Found | Error | 500 | Could not find an existing lease for this owner. |
61131 | CosmosDB Lease Not Upserted | Error | 500 | Could not create a new lease or update an existing lease for this owner. |
61132 | CosmosDB Invalid Lease | Error | 500 | The owner of this operation has no lease or is holding an invalid lease. |
61404 | CosmosDB Key Not Found | Error | 500 | The requested key could not be found in the CosmosDB database. |
61405 | CosmosDB Query Failed | Error | 500 | The requested query could not complete. |
62000 | Redis Generic Error | Error | 500 | A generic error related to Redis. Review the internal error for more details. |
62404 | Redis Key Not Found | Error | 400 | The requested key could not be found in the Redis cache. |
63000 | Temporal Generic Error | Error | 500 | A generic error related to Temporal. Review the internal error for more details. |
64000 | B2C Generic Error | Error | 500 | A generic error related to B2C. Review the internal error for more details. |
64001 | B2C User Already Exists | Error | 409 | AADB2C90001: This user already exists, and profile '{0}' does not allow the same user to be created again. |
64002 | B2C CORS Resource Not Found | Error | 404 | AADB2C90002: The CORS resource '{0}' returned a 404 not found. |
64006 | B2C Redirect URI Not Registered | Error | 400 | AADB2C90006: The redirect URI '{0}' provided in the request is not registered for the client ID '{1}'. |
64007 | B2C App Redirect URI Missing | Error | 400 | AADB2C90007: The application associated with client ID '{0}' has no registered redirect URIs. |
64008 | B2C Request Missing Client ID | Error | 400 | AADB2C90008: The request does not contain a client ID parameter. |
64010 | B2C Request Missing Scope | Error | 400 | AADB2C90010: The request does not contain a scope parameter. |
64011 | B2C Request Client ID Mismatch | Error | 400 | AADB2C90011: The client ID '{0}' provided in the request does not match client ID '{1}' registered in policy. |
64012 | B2C Request Scope Unsupported | Error | 400 | AADB2C90012: The scope '{0}' provided in request is not supported. |
64013 | B2C Response Type Unsupported | Error | 400 | AADB2C90013: The requested response type '{0}' provided in the request is not supported. |
64014 | B2C Response Mode Unsupported | Error | 400 | AADB2C90014: The requested response mode '{0}' provided in the request is not supported. |
64018 | B2C Client ID Not Registered | Error | 400 | AADB2C90018: The client ID '{0}' specified in the request is not registered in tenant '{1}'. |
64027 | B2C Invalid Credentials | Error | 401 | AADB2C90027: Basic credentials specified for '{0}' are invalid. Check that the credentials are correct and that access has been granted by the resource. |
64028 | B2C Invalid Certificate | Error | 401 | AADB2C90028: Client certificate specified for '{0}' is invalid. Check that the certificate is correct, contains a private key and that access has been granted by the resource. |
64035 | B2C Service Unavailable | Error | 503 | AADB2C90035: The service is temporarily unavailable. Please retry after a few minutes. |
64036 | B2C Logout URI Missing | Error | 400 | AADB2C90036: The request does not contain a URI to redirect the user to post logout. Specify a URI in the post_logout_redirect_uri parameter field. |
64037 | B2C Request Error | Error | 500 | AADB2C90037: An error occurred while processing the request. Please locate the CorrelationId from the response. |
64043 | B2C Prompt Invalid Values | Error | 400 | AADB2C90043: The prompt included in the request contains invalid values. Expected 'none', 'login', 'consent' or 'select_account'. |
64046 | B2C Error Loading State | Error | 500 | AADB2C90046: We are having trouble loading your current state. You might want to try starting your session over from the beginning. |
64047 | B2C Resource Script Error | Error | 500 | AADB2C90047: The resource '{0}' contains script errors preventing it from being loaded. |
64048 | B2C Unhandled Exception | Error | 500 | AADB2C90048: An unhandled exception has occurred on the server. |
64051 | B2C Claims Providers Missing | Error | 500 | AADB2C90051: No suitable claims providers were found. |
64052 | B2C Invalid Username Password | Error | 401 | AADB2C90052: Invalid username or password. |
64053 | B2C User Credential Not Found | Error | 401 | AADB2C90053: A user with the specified credential could not be found. |
64054 | B2C Invalid Username Password 2 | Error | 401 | AADB2C90054: Invalid username or password. |
64055 | B2C Scope Resource Missing | Error | 400 | AADB2C90055: The scope '{0}' provided in request must specify a resource, such as 'https://example.com/calendar.read'. |
64057 | B2C OAuth Unconfigured | Error | 400 | AADB2C90057: The provided application is not configured to allow the OAuth Implicit flow. |
64058 | B2C Public Client Disallowed | Error | 400 | AADB2C90058: The provided application is not configured to allow public clients. |
64067 | B2C Logout Redirect Invalid | Error | 400 | AADB2C90067: The post logout redirect URI '{0}' has an invalid format. Specify an https based URL such as 'https://example.com/return' or for native clients use the IETF native client URI 'urn:ietf:wg:oauth:2.0:oob'. |
64068 | B2C App Invalid | Error | 400 | AADB2C90068: The provided application with ID '{0}' is not valid against this service. Please use an application created via the B2C portal and try again. |
64075 | B2C Claim Exchange Error | Error | 500 | AADB2C90075: The claims exchange '{0}' specified in step '{1}' returned HTTP error response with Code '{2}' and Reason '{3}'. |
64077 | B2C No Existing Session | Error | 400 | AADB2C90077: User does not have an existing session and request prompt parameter has a value of '{0}'. |
64079 | B2C Client Secret Missing | Error | 401 | AADB2C90079: Clients must send a client_secret when redeeming a confidential grant. |
64080 | B2C Grant Expired | Error | 401 | AADB2C90080: The provided grant has expired. Please re-authenticate and try again. Current time: {0}, Grant issued time: {1}, Grant sliding window expiration time: {2}. |
64081 | B2C Client Secret Mismatch | Error | 401 | AADB2C90081: The specified client_secret does not match the expected value for this client. Please correct the client_secret and try again. |
64083 | B2C Required Parameter Missing | Error | 400 | AADB2C90083: The request is missing required parameter: {0}. |
64084 | B2C Public Client Secret | Error | 400 | AADB2C90084: Public clients should not send a client_secret when redeeming a publicly acquired grant. |
64085 | B2C Internal Error | Error | 500 | AADB2C90085: The service has encountered an internal error. Please reauthenticate and try again. |
64086 | B2C Grant Unsupported | Error | 400 | AADB2C90086: The supplied grant_type [{0}] is not supported. |
64087 | B2C Grant Version Not Issued | Error | 400 | AADB2C90087: The provided grant has not been issued for this version of the protocol endpoint. |
64088 | B2C Grant Not Issued | Error | 400 | AADB2C90088: The provided grant has not been issued for this endpoint. Actual Value : {0} and Expected Value : {1} |
64091 | B2C User Cancellation | Error | 400 | AADB2C90091: User cancellation. |
64092 | B2C Tenant Disabled App | Error | 403 | AADB2C90092: The provided application with ID '{0}' is disabled for the tenant '{1}'. Please enable the application and try again. |
64107 | B2C ID Token Failed | Error | 400 | AADB2C90107: The application with ID '{0}' cannot get an ID token either because the openid scope was not provided in the request or the application is not authorized for it. |
64110 | B2C Scope Missing OpenID | Error | 400 | AADB2C90110: The scope parameter must include 'openid' when requesting a response_type that includes 'id_token'. |
64111 | B2C Account Permanently Locked | Error | 403 | AADB2C90111: Your account has been locked. Contact your support person to unlock it, then try again. |
64114 | B2C Account Temporarily Locked | Error | 403 | AADB2C90114: Your account is temporarily locked to prevent unauthorized use. Try again later. |
64115 | B2C Scope Missing Code | Error | 400 | AADB2C90115: When requesting the 'code' response_type, the scope parameter must include a resource or client ID for access tokens, and 'openid' for ID tokens. Additionally include 'offline_access' for refresh tokens. |
64117 | B2C Request Scope Unsupported 2 | Error | 400 | AADB2C90117: The scope '{0}' provided in the request is not supported. |
64118 | B2C Forgotten Password | Error | 400 | AADB2C90118: The user has forgotten their password. |
64120 | B2C Max Age Invalid | Error | 400 | AADB2C90120: The max age parameter '{0}' specified in the request is invalid. Max age must be an integer between '{1}' and '{2}' inclusive. |
64122 | B2C Invalid Input | Error | 400 | AADB2C90122: Input for '{0}' received in the request has failed HTTP request validation. Ensure that the input does not contain characters such as < or &. |
64128 | B2C Account No Longer Exists | Error | 401 | AADB2C90128: The account associated with this grant no longer exists. Please reauthenticate and try again. |
64129 | B2C Grant Revoked | Error | 401 | AADB2C90129: The provided grant has been revoked. Please reauthenticate and try again. |
64149 | B2C Script Load Failed | Error | 500 | AADB2C90149: Script '{0}' failed to load. |
64151 | B2C MFA Max Retries | Error | 400 | AADB2C90151: User has exceeded the maximum number for retries for multifactor authentication. |
64152 | B2C MFA Poll Request Failed | Error | 500 | AADB2C90152: A multi-factor poll request failed to get a response from the service. |
64154 | B2C MFA Session ID Failed | Error | 500 | AADB2C90154: A multi-factor verification request failed to get a session ID from the service. |
64155 | B2C MFA Validation Failed | Error | 500 | AADB2C90155: A multi-factor verification request has failed with reason '{0}'. |
64156 | B2C MFA Verification Failed | Error | 500 | AADB2C90156: A multi-factor validation request has failed with reason '{0}'. |
64157 | B2C User Max Retries | Error | 400 | AADB2C90157: User has exceeded the maximum number for retries for a self-asserted step. |
64158 | B2C Self Assert Validation Failed | Error | 500 | AADB2C90158: A self-asserted validation request has failed with reason '{0}'. |
64159 | B2C Self Assert Verification Failed | Error | 500 | AADB2C90159: A self-asserted verification request has failed with reason '{0}'. |
64161 | B2C Self Assert Response Failed | Error | 500 | AADB2C90161: A self-asserted send response has failed with reason '{0}'. |
64168 | B2C Redirect Required Parameter Missing | Error | 400 | AADB2C90168: The HTTP-Redirect request does not contain the required parameter '{0}' for a signed request. |
64188 | B2C SAML Metadata Fetch Failed | Error | 500 | AADB2C90188: The SAML technical profile '{0}' specifies a PartnerEntity URL of '{1}', but fetching the metadata fails with reason '{2}'. |
64194 | B2C Claim Unavailable | Error | 400 | AADB2C90194: Claim '{0}' specified for the bearer token is not present in the available claims. Available claims '{1}'. |
64205 | B2C Insufficient Permissions | Error | 403 | AADB2C90205: This application does not have sufficient permissions against this web resource to perform the operation. |
64208 | B2C ID Token Hint Expired | Error | 400 | AADB2C90208: The provided id_token_hint parameter is expired. Please provide another token and try again. |
64209 | B2C ID Token Hint Audience Missing | Error | 400 | AADB2C90209: The provided id_token_hint parameter does not contain an accepted audience. Valid audience values: '{0}'. Please provide another token and try again. |
64210 | B2C ID Token Hint Invalid | Error | 400 | AADB2C90210: The provided id_token_hint parameter could not be validated. Please provide another token and try again. |
64211 | B2C Incomplete Cookie | Error | 400 | AADB2C90211: The request contained an incomplete state cookie. |
64212 | B2C Invalid Cookie | Error | 400 | AADB2C90212: The request contained an invalid state cookie. |
64223 | B2C CORS Sanitization Failed | Error | 500 | AADB2C90223: An error has occurred sanitizing the CORS resource. |
64224 | B2C Resource Flow Not Enabled | Error | 400 | AADB2C90224: Resource owner flow has not been enabled for the application. |
64225 | B2C Invalid Username Password 3 | Error | 401 | AADB2C90225: The username or password provided in the request are invalid. |
64226 | B2C HTTP POST Required | Error | 400 | AADB2C90226: The specified token exchange is only supported over HTTP POST. |
64229 | B2C Traffic Throttled | Error | 429 | AADB2C90229: Azure AD B2C throttled traffic if too many requests are sent from the same source in a short period of time |
64232 | B2C ID Token Hint Issuer Unaccepted | Error | 400 | AADB2C90232: The provided id_token_hint parameter does not contain an accepted issuer. Valid issuers: '{0}'. Please provide another token and try again. |
64233 | B2C ID Token Hint Invalid Signature | Error | 400 | AADB2C90233: The provided id_token_hint parameter failed signature validation. Please provide another token and try again. |
64235 | B2C ID Token Expired | Error | 400 | AADB2C90235: The provided id_token is expired. Please provide another token and try again. |
64237 | B2C ID Token Audience Missing | Error | 400 | AADB2C90237: The provided id_token does not contain a valid audience. Valid audience values: '{0}'. Please provide another token and try again. |
64238 | B2C ID Token Issuer Invalid | Error | 400 | AADB2C90238: The provided id_token does not contain a valid issuer. Valid issuer values: '{0}'. Please provide another token and try again. |
64239 | B2C ID Token Invalid Signature | Error | 400 | AADB2C90239: The provided id_token failed signature validation. Please provide another token and try again. |
64240 | B2C ID Token Malformed | Error | 400 | AADB2C90240: The provided id_token is malformed and could not be parsed. Please provide another token and try again. |
64242 | B2C SAML CDATA Load Failed | Error | 500 | AADB2C90242: The SAML technical profile '{0}' specifies PartnerEntity CDATA which cannot be loaded for reason '{1}'. |
64243 | B2C IDP Key Secret Misconfigured | Error | 500 | AADB2C90243: The IDP's client key/secret is not properly configured. |
64244 | B2C Too Many Requests | Error | 429 | AADB2C90244: There are too many requests at this moment. Please wait for some time and try again. |
64248 | B2C App Owner Flow Misconfigured | Error | 400 | AADB2C90248: Resource owner flow can only be used by applications created through the B2C admin portal. |
64250 | B2C Generic Login Unsupported | Error | 400 | AADB2C90250: The generic login endpoint is not supported. |
64255 | B2C Claims Exchange Unexpected | Error | 500 | AADB2C90255: The claims exchange specified in technical profile '{0}' did not complete as expected. You might want to try starting your session over from the beginning. |
64261 | B2C Claims Exchange Error | Error | 500 | AADB2C90261: The claims exchange '{0}' specified in step '{1}' returned HTTP error response that could not be parsed. |
64272 | B2C ID Token Hint Missing | Error | 400 | AADB2C90272: The id_token_hint parameter has not been specified in the request. Please provide token and try again. |
64273 | B2C Invalid Response | Error | 500 | AADB2C90273: An invalid response was received : '{0}' |
64274 | B2C Single Logout Service Missing | Error | 500 | AADB2C90274: The provider metadata does not specify a single logout service or the endpoint binding is not one of 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect' or 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST'. |
64276 | B2C Inconsistent Control Setting | Error | 400 | AADB2C90276: The request is not consistent with the control setting '{0}': '{1}' in technicalProfile '{2}' for policy '{3}' tenant '{4}'. |
64277 | B2C Content Definition Reference Missing | Error | 500 | AADB2C90277: The orchestration step '{0}' of user journey '{1}' of policy '{2}' does not contain a content definition reference. |
64279 | B2C Client ID Mismatch | Error | 400 | AADB2C90279: The provided client ID '{0}' does not match the client ID that issued the grant. |
64284 | B2C App Consent Not Granted | Error | 403 | AADB2C90284: The application with identifier '{0}' has not been granted consent and is unable to be used for local accounts. |
64285 | B2C App Not Found | Error | 404 | AADB2C90285: The application with identifier '{0}' was not found. |
64287 | B2C Request Redirect URI Invalid | Error | 400 | AADB2C90287: The request contains invalid redirect URI '{0}'. |
64288 | B2C User Journey Not Found | Error | 500 | AADB2C90288: UserJourney with ID '{0}' referenced in TechnicalProfile '{1}' for refresh token redemption for tenant '{2}' does not exist in policy '{3}' or any of its base policies. |
64289 | B2C Identity Provider Connect Failed | Error | 500 | AADB2C90289: We encountered an error connecting to the identity provider. Please try again later. |
64296 | B2C App Misconfigured | Error | 500 | AADB2C90296: Application has not been configured correctly. Please contact administrator of the site you are trying to access. |
64902 | B2C User Not Found | Error | 401 | AADB2C99002: User doesn't exist. Please sign up before you can sign in. |
64905 | B2C Request Scope Illegal Character | Error | 400 | AADB2C99005: The request contains an invalid scope parameter which includes an illegal character '{0}'. |
64911 | B2C Policy Missing Metadata | Error | 500 | AADB2C99011: The metadata value '{0}' has not been specified in TechnicalProfile '{1}' in policy '{2}'. |
64913 | B2C Grant Token Combo Unsupported | Error | 400 | AADB2C99013: The supplied grant_type [{0}] and token_type [{1}] combination is not supported. |
64915 | B2C Required Input Claims Missing | Error | 500 | AADB2C99015: Profile '{0}' in policy '{1}' in tenant '{2}' is missing all InputClaims required for resource owner password credential flow. |
64927 | B2C Auth Technical Profile Missing | Error | 500 | AADB2C99027: Policy '{0}' does not contain an AuthorizationTechnicalProfile with a corresponding ClientAssertionType. |
64959 | B2C Code Challenge Missing | Error | 400 | AADB2C99059: The supplied request must present a code_challenge. Required for single-page apps using the authorization code flow. |
65001 | Too Many Redirects | Error | 301 | ERR_FR_TOO_MANY_REDIRECTS: The request resulted in too many redirects. Please check the URL for potential issues. |
65002 | Bad Option Value | Error | 400 | ERR_BAD_OPTION_VALUE: The request contained an invalid option value. Verify the request parameters and try again. |
65003 | Bad Option | Error | 400 | ERR_BAD_OPTION: The request contained an invalid option. Check the request parameters for correctness. |
65004 | Network Error | Error | 503 | ERR_NETWORK: A network error occurred. Please check your internet connection and retry the request. |
65005 | Deprecated | Error | 410 | ERR_DEPRECATED: The requested resource is no longer available and has been permanently removed. |
65006 | Bad Response | Error | 500 | ERR_BAD_RESPONSE: The server returned an invalid response. Please try again later. |
65007 | Bad Request | Error | 400 | ERR_BAD_REQUEST: The server could not understand the request due to invalid syntax. Verify the request parameters and format. |
65008 | Not Supported | Error | 501 | ERR_NOT_SUPPORT: The server does not support the functionality required to fulfill the request. |
65009 | Invalid URL | Error | 400 | ERR_INVALID_URL: The request URL is not valid. Please check the URL for errors. |
65010 | Cancelled | Error | 499 | ERR_CANCELED: The request was cancelled before a response was received. Check for any cancellation logic or retry the request. |
65011 | Connection Aborted | Error | 502 | ECONNABORTED: The connection to the server was aborted. Investigate network issues or server stability. |
65012 | Connection Timed Out | Error | 408 | ETIMEDOUT: The server took too long to respond. Consider increasing the timeout setting or optimizing the request. |
80000 | Processing Generic Error | Error | 500 | A generic error related to general processing. See inner error for details. |
81000 | Notification Generic Error | Error | 500 | A generic error related to the sending or processing of notifications. |
81001 | Notification Not Sent | Error | 500 | A scheduled notification failed to be sent. |
81002 | Notification Misconfigured | Error | 500 | A notification definition could not be processed due to an unrecognized configuration. |
81003 | Notification Required Info Missing | Error | 500 | A notification definition could not be processed due to required info not being included in the handler call. |
90000 | Survey Generic Error | Error | 500 | A generic error related to survey processing. See inner error for details. |
90100 | Survey Undefined | Error | 400 | The requested resource requires a survey reference, but one was not defined. This is likely a configuration error. |
90101 | Survey Missing | Error | 400 | The requested resource references a survey definition, but the referenced survey could not be found. This is likely a configuration error. |
90102 | Survey Malformed | Error | 400 | The requested service references a survey definition, but the referenced survey could not be loaded. This is likely an error in the survey definition. |
91000 | Response Missing | Error | 400 | The referenced survey associated with the resource expected responses to have been available, but one or more required responses could not be found. Consult the documentation and review previously uploaded responses to discover the cause. |
91001 | Response Malformed | Error | 400 | The referenced survey associated with the resource consulted available required responses, but one or more responses are in an invalid format. Consult the documentation and review previously uploaded responses to discover the cause. |
91002 | Extra Response | Warning | 400 | One or more uploaded responses associated with the referenced survey could not be found in the survey definition. They will be ignored in subsequent assessment processing. |
92000 | Score Missing | Error | 400 | The referenced survey associated with the resource expected scores to have been available, but one or more required scores could not be found. Consult the documentation and review previously uploaded/generated scores to discover the cause. |
93000 | Scoring Failed | Error | 400 | The scoring process could not be completed. |
93100 | Scoring Invalid Value | Error | 400 | The scoring process was interrupted because an invalid value was passed to a scoring definition. |
A0000 | Vocal Generic Error | Error | 500 | A generic error related to vocal processing. See inner error for details. |
A0100 | Model Not Found | Error | 400 | The voice processing attempted to enqueue a model that couldn't be found. |
A0101 | Unsupported Language | Error | 400 | The voice processing specified a language code that the selected model does not support. |
A1100 | No Voice Detected | Error | 400 | No voice was detected in the voice file. Processing will not continue. |
A1101 | Not Enough Peaks | Warning | 400 | The energy levels in the voice file were too similar. Score processing may not be able to continue. |
A1102 | ASR Failed | Warning | 400 | ASR was not able to be calculated to a sufficient degree of quality. This may be due to the speaker not speaking clearly, too much background noise, or the audio file itself being of insufficient quality. |
A1103 | Not Enough Words Detected | Error | 400 | The ASR returned a number of words that was less than the minimum specified by the survey |
B0000 | Audio Gateway Generic Error | Error | 500 | A generic error related to the audio gateway API. See inner error for details. |
B1400 | Audio Gateway Timeout | Error | 504 | An active connection has exceeded its maximum allowed duration and has been forcibly closed. |
B9000 | VSE Generic Error | Error | 500 | A generic error related to the Vocal Score Extraction API. See inner error for details. |
B9001 | VSE Invalid Audio Configuration | Error | 400 | The passed configuration for audio data is invalid. |
B9100 | VSE Session Not Started | Error | 500 | A VSE session could not be started. |
B9101 | VSE Session Already Started | Error | 400 | A VSE session could not be started because an existing session already exists. |
B9102 | VSE Session Failed | Error | 500 | A VSE session could not be completed. |
B9103 | VSE No Active Session | Error | 400 | The operation couldn't be completed because there is no currently active session. |
B9104 | VSE Silence Timeout | Error | 400 | A VSE session has received audio without any detectable speech for an extended duration and has been terminated. |
B9105 | VSE Max Duration | Error | 400 | A VSE session has reached its maximum duration and has been terminated. |
F0000 | Generic Miscellaneous Error | Error | 500 | A generic error unrelated to any other categories. See inner error for details. |
F1000 | NodeJS Error | Error | 500 | This error is the result of wrapping a native NodeJS Error. |
F1001 | Custom Error | Error | 500 | This error is the result of catching a thrown value that is not a native NodeJS Error. |
FFFFF | Unknown | Error | 500 | No information is known about the error. Consult the logs and hope for the best. |