Code Name Type HTTP Status Description
00000Internal Generic ErrorError500A generic internal error. See inner error for details.
00404Resource Not FoundError404The requested resource or service could not be found.
00405Method Not AllowedError405The specified method is not allowed on the given path.
00429Too Many RequestsError429The client has sent too many requests. Please wait and try again later.
00500Internal Server ErrorError500An internal server error has occurred. Consult the logs for details.
00501Internal Not Supported ErrorError501An internal service tried to perform an action that was unsupported on the target.
01100Resource Not CreatedError500The requested resource could not be created. If you believe this to be in error, contact Canary Speech support.
01101Server Resource MissingError500A required server resource could not be found. The server configuration is likely in an unstable or incomplete state.
02501Internal Not Implemented ErrorError501An internal service tried to perform an action that hasn't yet been implemented.
02502Environment Variable Not FoundError500A necessary environment variable could not be located.
02503Secret Not FoundError500A necessary secret could not be located.
10000Auth Generic ErrorError500A generic error related to the Auth handler. See inner error for details.
10100API Key MissingError401The 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.
10101API Key MalformedError401The API Key included in the request is of an invalid form.
10102API Key InvalidError401The API Key included in the request could not be found. Review the API Key provided to you and try again.
10103API Key ExpiredError401The 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.
10104API Key DeactivatedError401The 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.
10200API Key Save FailedError500The API Key could not be saved. See inner error for details.
10201API Key Gen FailedError500The API Key could not be generated. See inner error for details.
11100Auth Token MissingError401The 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.
11101Auth Token MalformedError401The Auth token included in the request could not be decoded.
11102Auth Token InvalidError401The signature provided in the included Auth token does not match the signature calculated by the service.
11103Auth Token ExpiredError401The Auth token included in the request has expired. Reauthorize with the service to gain a refreshed token or a new set of Auth tokens.
11104Auth Token InvalidatedError401The 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.
11105Auth Token Create FailedError500The Auth token failed to be created. This is likely due to an intermittent issue, please try again.
11106Auth Token Refresh FailedWarning500The Auth token failed to be refreshed. A new set of tokens must be retrieved.
11107Auth Token Delete FailedWarning500The Auth token failed to be deleted. This is likely due to an intermittent issue, please try again.
12100Auth Insufficient ScopesError401Your 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.
13100Auth Insufficient AccessError401Your 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.
20000Data Generic ErrorError400A generic error related to data integrity. Review the inner error for more details.
20001Data Generic WarningWarning200A generic warning related to data integrity. Review the inner message for more details.
20100Data Parameter ErrorError400One or more errors occurred while parsing the request payload parameters. Consult the inner errors for more details.
20101Missing ParameterError400A parameter required by the request is missing from the request payload. Check your request and include the parameter.
20102Disallowed ParameterError400The request payload includes an additional parameter that is disallowed by the service. Check your request and remove the parameter.
20103Malformed ParameterError400A parameter in the request payload does not match the required format. Check your request and correct the format of the parameter.
20104Deprecated ParameterWarning200A 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.
20105Mistyped ParameterError400A parameter in the request payload was not of a supported type. Check your request and correct the parameter to the correct type.
20200Duplicate ResourceError400Cannot create a resource with the given identifier as a resource with that identifier already exists.
20201Duplicate Resource QueryError500A query which expected at most a single result unexpectedly returned multiple results.
21000Data State MismatchError400The data cannot be processed due to constraints imposed by the data's state.
21001Data Signature MismatchError400The calculated signature doesn't match the signature provided.
30000Audio Generic ErrorError500A generic error related to audio integrity. Review the inner error for more details.
30100Audio File MissingError404The requested audio file could not be found.
30101Audio File EmptyError400The audio file does not contain any audio data. Check your request payload and/or recording process for the cause.
30102Audio File MalformedError400The 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.
30103Audio File MisconfiguredError400The audio file has been improperly configured. Check your recording process to ensure provided audio satisfies Canary Speech audio requirements.
31100Audio Too ShortError400The duration of the audio file is below the minimum duration allowed for this resource. Please upload a longer recording file.
31101Audio Too LongError400The duration of the audio file is above the maximum duration allowed for this resource. Please upload a shorter recording file.
40000User Generic ErrorError500A generic error related to user operations. Review the inner error for more details.
40001User Services ErrorError500An error occurred during the operation because user services were unavailable.
40010User Not FoundError400The operation cannot be completed because the specified user cannot be found.
40100User Login FailedError400The login procedure for a user failed for unexpected reasons.
40101User Login RejectedError401The login procedure failed due to an incorrect identifier or password.
40110User Logout FailedError400The logout procedure for a user failed for unexpected reasons.
40201User Token InvalidError401The user token is malformed or otherwise invalid.
40202User Token ExpiredError401The user token has expired and must be replaced.
40203User Token Refresh FailedError500The user's token was unable to be refreshed for unexpected reasons.
41100User Creation FailedError500The user creation procedure for a user failed for unexpected reasons.
41101User Name UnavailableError401The requested identifier for the new user is unavailable.
41110User Change Password FailedError500Unable to change the user's password.
42100User Password Too ShortError400The password provided is too short. It must be between 8 and 256 characters, inclusive.
42101User Password Too LongError400The password provided is too long. It must be between 8 and 256 characters, inclusive.
42102User Password Missing CharsError400The password does not contain at least three of the following: a lowercase letter, an uppercase letter, a number, a symbol.
42103User Password Invalid CharsError400The password contains an invalid symbol. Allowed symbols are the following: @#$%^&*-\/[]_!+={}|:',.?`~"();<>
42200Username Too ShortError400The username provided is too short. It must be between 3 and 113 characters, inclusive.
42201Username Too LongError400The username provided is too long. It must be between 3 and 113 characters, inclusive.
42202Username Invalid CharsError400The username contains an invalid symbol. Allowed symbols are the following: \-'._!#^~ (@ is allowed only if the username is an email.)
42203Username Not EmailError400The username contains multiple @ characters. Username must only contain the @ symbol if it is in an email format.
42204Username Prefix Too ShortError400The prefix of the email provided must not be empty.
42205Username Prefix Too LongError400The prefix of the email provided is too long. It must not be longer than 63 characters.
42206Username Prefix InvalidError400The prefix of the email provided cannot have a period immediately preceding the @ character.
42207Username Suffix Too ShortError400The suffix of the email provided must not be empty.
42208Username Suffix Too LongError400The suffix of the email provided is too long. It must not be longer than 48 characters.
50000Access Generic ErrorError403A generic error related to authorization and access control. Review the inner error for more details.
50100Unauthorized Resource RequestError403The caller is not authorized to access the specified resource.
50200Unauthorized Action RequestError403The caller is not authorized to perform the specified request.
60000Generic Service ErrorError500A generic error related to external services. Review the internal error for more details.
60001Service Not InitializedError500The 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.
60100Service Ping FailedError500A ping against the service did not get a successful response. Check the connection credentials and ensure the connection is established and stable.
60101Service Check Health FailedError500An attempt to check the health of a service failed. Check the service and its dependencies for issues.
61000Azure Generic ErrorError500A generic error related to Azure services. Review the internal error for more details.
61100CosmosDB Generic ErrorError500A generic error related to CosmosDB. Review the internal error for more details.
61120CosmosDB Lock Not FoundError500The requested distributed lock could not be found.
61121CosmosDB Lock Not CreatedError500The distributed lock could not be created for the resource.
61122CosmosDB Lock Not UpdatedError500The distributed lock could not be updated.
61130CosmosDB Lease Not FoundError500Could not find an existing lease for this owner.
61131CosmosDB Lease Not UpsertedError500Could not create a new lease or update an existing lease for this owner.
61132CosmosDB Invalid LeaseError500The owner of this operation has no lease or is holding an invalid lease.
61404CosmosDB Key Not FoundError500The requested key could not be found in the CosmosDB database.
61405CosmosDB Query FailedError500The requested query could not complete.
62000Redis Generic ErrorError500A generic error related to Redis. Review the internal error for more details.
62404Redis Key Not FoundError400The requested key could not be found in the Redis cache.
63000Temporal Generic ErrorError500A generic error related to Temporal. Review the internal error for more details.
64000B2C Generic ErrorError500A generic error related to B2C. Review the internal error for more details.
64001B2C User Already ExistsError409AADB2C90001: This user already exists, and profile '{0}' does not allow the same user to be created again.
64002B2C CORS Resource Not FoundError404AADB2C90002: The CORS resource '{0}' returned a 404 not found.
64006B2C Redirect URI Not RegisteredError400AADB2C90006: The redirect URI '{0}' provided in the request is not registered for the client ID '{1}'.
64007B2C App Redirect URI MissingError400AADB2C90007: The application associated with client ID '{0}' has no registered redirect URIs.
64008B2C Request Missing Client IDError400AADB2C90008: The request does not contain a client ID parameter.
64010B2C Request Missing ScopeError400AADB2C90010: The request does not contain a scope parameter.
64011B2C Request Client ID MismatchError400AADB2C90011: The client ID '{0}' provided in the request does not match client ID '{1}' registered in policy.
64012B2C Request Scope UnsupportedError400AADB2C90012: The scope '{0}' provided in request is not supported.
64013B2C Response Type UnsupportedError400AADB2C90013: The requested response type '{0}' provided in the request is not supported.
64014B2C Response Mode UnsupportedError400AADB2C90014: The requested response mode '{0}' provided in the request is not supported.
64018B2C Client ID Not RegisteredError400AADB2C90018: The client ID '{0}' specified in the request is not registered in tenant '{1}'.
64027B2C Invalid CredentialsError401AADB2C90027: Basic credentials specified for '{0}' are invalid. Check that the credentials are correct and that access has been granted by the resource.
64028B2C Invalid CertificateError401AADB2C90028: 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.
64035B2C Service UnavailableError503AADB2C90035: The service is temporarily unavailable. Please retry after a few minutes.
64036B2C Logout URI MissingError400AADB2C90036: 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.
64037B2C Request ErrorError500AADB2C90037: An error occurred while processing the request. Please locate the CorrelationId from the response.
64043B2C Prompt Invalid ValuesError400AADB2C90043: The prompt included in the request contains invalid values. Expected 'none', 'login', 'consent' or 'select_account'.
64046B2C Error Loading StateError500AADB2C90046: We are having trouble loading your current state. You might want to try starting your session over from the beginning.
64047B2C Resource Script ErrorError500AADB2C90047: The resource '{0}' contains script errors preventing it from being loaded.
64048B2C Unhandled ExceptionError500AADB2C90048: An unhandled exception has occurred on the server.
64051B2C Claims Providers MissingError500AADB2C90051: No suitable claims providers were found.
64052B2C Invalid Username PasswordError401AADB2C90052: Invalid username or password.
64053B2C User Credential Not FoundError401AADB2C90053: A user with the specified credential could not be found.
64054B2C Invalid Username Password 2Error401AADB2C90054: Invalid username or password.
64055B2C Scope Resource MissingError400AADB2C90055: The scope '{0}' provided in request must specify a resource, such as 'https://example.com/calendar.read'.
64057B2C OAuth UnconfiguredError400AADB2C90057: The provided application is not configured to allow the OAuth Implicit flow.
64058B2C Public Client DisallowedError400AADB2C90058: The provided application is not configured to allow public clients.
64067B2C Logout Redirect InvalidError400AADB2C90067: 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'.
64068B2C App InvalidError400AADB2C90068: The provided application with ID '{0}' is not valid against this service. Please use an application created via the B2C portal and try again.
64075B2C Claim Exchange ErrorError500AADB2C90075: The claims exchange '{0}' specified in step '{1}' returned HTTP error response with Code '{2}' and Reason '{3}'.
64077B2C No Existing SessionError400AADB2C90077: User does not have an existing session and request prompt parameter has a value of '{0}'.
64079B2C Client Secret MissingError401AADB2C90079: Clients must send a client_secret when redeeming a confidential grant.
64080B2C Grant ExpiredError401AADB2C90080: The provided grant has expired. Please re-authenticate and try again. Current time: {0}, Grant issued time: {1}, Grant sliding window expiration time: {2}.
64081B2C Client Secret MismatchError401AADB2C90081: The specified client_secret does not match the expected value for this client. Please correct the client_secret and try again.
64083B2C Required Parameter MissingError400AADB2C90083: The request is missing required parameter: {0}.
64084B2C Public Client SecretError400AADB2C90084: Public clients should not send a client_secret when redeeming a publicly acquired grant.
64085B2C Internal ErrorError500AADB2C90085: The service has encountered an internal error. Please reauthenticate and try again.
64086B2C Grant UnsupportedError400AADB2C90086: The supplied grant_type [{0}] is not supported.
64087B2C Grant Version Not IssuedError400AADB2C90087: The provided grant has not been issued for this version of the protocol endpoint.
64088B2C Grant Not IssuedError400AADB2C90088: The provided grant has not been issued for this endpoint. Actual Value : {0} and Expected Value : {1}
64091B2C User CancellationError400AADB2C90091: User cancellation.
64092B2C Tenant Disabled AppError403AADB2C90092: The provided application with ID '{0}' is disabled for the tenant '{1}'. Please enable the application and try again.
64107B2C ID Token FailedError400AADB2C90107: 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.
64110B2C Scope Missing OpenIDError400AADB2C90110: The scope parameter must include 'openid' when requesting a response_type that includes 'id_token'.
64111B2C Account Permanently LockedError403AADB2C90111: Your account has been locked. Contact your support person to unlock it, then try again.
64114B2C Account Temporarily LockedError403AADB2C90114: Your account is temporarily locked to prevent unauthorized use. Try again later.
64115B2C Scope Missing CodeError400AADB2C90115: 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.
64117B2C Request Scope Unsupported 2Error400AADB2C90117: The scope '{0}' provided in the request is not supported.
64118B2C Forgotten PasswordError400AADB2C90118: The user has forgotten their password.
64120B2C Max Age InvalidError400AADB2C90120: The max age parameter '{0}' specified in the request is invalid. Max age must be an integer between '{1}' and '{2}' inclusive.
64122B2C Invalid InputError400AADB2C90122: Input for '{0}' received in the request has failed HTTP request validation. Ensure that the input does not contain characters such as < or &.
64128B2C Account No Longer ExistsError401AADB2C90128: The account associated with this grant no longer exists. Please reauthenticate and try again.
64129B2C Grant RevokedError401AADB2C90129: The provided grant has been revoked. Please reauthenticate and try again.
64149B2C Script Load FailedError500AADB2C90149: Script '{0}' failed to load.
64151B2C MFA Max RetriesError400AADB2C90151: User has exceeded the maximum number for retries for multifactor authentication.
64152B2C MFA Poll Request FailedError500AADB2C90152: A multi-factor poll request failed to get a response from the service.
64154B2C MFA Session ID FailedError500AADB2C90154: A multi-factor verification request failed to get a session ID from the service.
64155B2C MFA Validation FailedError500AADB2C90155: A multi-factor verification request has failed with reason '{0}'.
64156B2C MFA Verification FailedError500AADB2C90156: A multi-factor validation request has failed with reason '{0}'.
64157B2C User Max RetriesError400AADB2C90157: User has exceeded the maximum number for retries for a self-asserted step.
64158B2C Self Assert Validation FailedError500AADB2C90158: A self-asserted validation request has failed with reason '{0}'.
64159B2C Self Assert Verification FailedError500AADB2C90159: A self-asserted verification request has failed with reason '{0}'.
64161B2C Self Assert Response FailedError500AADB2C90161: A self-asserted send response has failed with reason '{0}'.
64168B2C Redirect Required Parameter MissingError400AADB2C90168: The HTTP-Redirect request does not contain the required parameter '{0}' for a signed request.
64188B2C SAML Metadata Fetch FailedError500AADB2C90188: The SAML technical profile '{0}' specifies a PartnerEntity URL of '{1}', but fetching the metadata fails with reason '{2}'.
64194B2C Claim UnavailableError400AADB2C90194: Claim '{0}' specified for the bearer token is not present in the available claims. Available claims '{1}'.
64205B2C Insufficient PermissionsError403AADB2C90205: This application does not have sufficient permissions against this web resource to perform the operation.
64208B2C ID Token Hint ExpiredError400AADB2C90208: The provided id_token_hint parameter is expired. Please provide another token and try again.
64209B2C ID Token Hint Audience MissingError400AADB2C90209: The provided id_token_hint parameter does not contain an accepted audience. Valid audience values: '{0}'. Please provide another token and try again.
64210B2C ID Token Hint InvalidError400AADB2C90210: The provided id_token_hint parameter could not be validated. Please provide another token and try again.
64211B2C Incomplete CookieError400AADB2C90211: The request contained an incomplete state cookie.
64212B2C Invalid CookieError400AADB2C90212: The request contained an invalid state cookie.
64223B2C CORS Sanitization FailedError500AADB2C90223: An error has occurred sanitizing the CORS resource.
64224B2C Resource Flow Not EnabledError400AADB2C90224: Resource owner flow has not been enabled for the application.
64225B2C Invalid Username Password 3Error401AADB2C90225: The username or password provided in the request are invalid.
64226B2C HTTP POST RequiredError400AADB2C90226: The specified token exchange is only supported over HTTP POST.
64229B2C Traffic ThrottledError429AADB2C90229: Azure AD B2C throttled traffic if too many requests are sent from the same source in a short period of time
64232B2C ID Token Hint Issuer UnacceptedError400AADB2C90232: The provided id_token_hint parameter does not contain an accepted issuer. Valid issuers: '{0}'. Please provide another token and try again.
64233B2C ID Token Hint Invalid SignatureError400AADB2C90233: The provided id_token_hint parameter failed signature validation. Please provide another token and try again.
64235B2C ID Token ExpiredError400AADB2C90235: The provided id_token is expired. Please provide another token and try again.
64237B2C ID Token Audience MissingError400AADB2C90237: The provided id_token does not contain a valid audience. Valid audience values: '{0}'. Please provide another token and try again.
64238B2C ID Token Issuer InvalidError400AADB2C90238: The provided id_token does not contain a valid issuer. Valid issuer values: '{0}'. Please provide another token and try again.
64239B2C ID Token Invalid SignatureError400AADB2C90239: The provided id_token failed signature validation. Please provide another token and try again.
64240B2C ID Token MalformedError400AADB2C90240: The provided id_token is malformed and could not be parsed. Please provide another token and try again.
64242B2C SAML CDATA Load FailedError500AADB2C90242: The SAML technical profile '{0}' specifies PartnerEntity CDATA which cannot be loaded for reason '{1}'.
64243B2C IDP Key Secret MisconfiguredError500AADB2C90243: The IDP's client key/secret is not properly configured.
64244B2C Too Many RequestsError429AADB2C90244: There are too many requests at this moment. Please wait for some time and try again.
64248B2C App Owner Flow MisconfiguredError400AADB2C90248: Resource owner flow can only be used by applications created through the B2C admin portal.
64250B2C Generic Login UnsupportedError400AADB2C90250: The generic login endpoint is not supported.
64255B2C Claims Exchange UnexpectedError500AADB2C90255: 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.
64261B2C Claims Exchange ErrorError500AADB2C90261: The claims exchange '{0}' specified in step '{1}' returned HTTP error response that could not be parsed.
64272B2C ID Token Hint MissingError400AADB2C90272: The id_token_hint parameter has not been specified in the request. Please provide token and try again.
64273B2C Invalid ResponseError500AADB2C90273: An invalid response was received : '{0}'
64274B2C Single Logout Service MissingError500AADB2C90274: 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'.
64276B2C Inconsistent Control SettingError400AADB2C90276: The request is not consistent with the control setting '{0}': '{1}' in technicalProfile '{2}' for policy '{3}' tenant '{4}'.
64277B2C Content Definition Reference MissingError500AADB2C90277: The orchestration step '{0}' of user journey '{1}' of policy '{2}' does not contain a content definition reference.
64279B2C Client ID MismatchError400AADB2C90279: The provided client ID '{0}' does not match the client ID that issued the grant.
64284B2C App Consent Not GrantedError403AADB2C90284: The application with identifier '{0}' has not been granted consent and is unable to be used for local accounts.
64285B2C App Not FoundError404AADB2C90285: The application with identifier '{0}' was not found.
64287B2C Request Redirect URI InvalidError400AADB2C90287: The request contains invalid redirect URI '{0}'.
64288B2C User Journey Not FoundError500AADB2C90288: 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.
64289B2C Identity Provider Connect FailedError500AADB2C90289: We encountered an error connecting to the identity provider. Please try again later.
64296B2C App MisconfiguredError500AADB2C90296: Application has not been configured correctly. Please contact administrator of the site you are trying to access.
64902B2C User Not FoundError401AADB2C99002: User doesn't exist. Please sign up before you can sign in.
64905B2C Request Scope Illegal CharacterError400AADB2C99005: The request contains an invalid scope parameter which includes an illegal character '{0}'.
64911B2C Policy Missing MetadataError500AADB2C99011: The metadata value '{0}' has not been specified in TechnicalProfile '{1}' in policy '{2}'.
64913B2C Grant Token Combo UnsupportedError400AADB2C99013: The supplied grant_type [{0}] and token_type [{1}] combination is not supported.
64915B2C Required Input Claims MissingError500AADB2C99015: Profile '{0}' in policy '{1}' in tenant '{2}' is missing all InputClaims required for resource owner password credential flow.
64927B2C Auth Technical Profile MissingError500AADB2C99027: Policy '{0}' does not contain an AuthorizationTechnicalProfile with a corresponding ClientAssertionType.
64959B2C Code Challenge MissingError400AADB2C99059: The supplied request must present a code_challenge. Required for single-page apps using the authorization code flow.
65001Too Many RedirectsError301ERR_FR_TOO_MANY_REDIRECTS: The request resulted in too many redirects. Please check the URL for potential issues.
65002Bad Option ValueError400ERR_BAD_OPTION_VALUE: The request contained an invalid option value. Verify the request parameters and try again.
65003Bad OptionError400ERR_BAD_OPTION: The request contained an invalid option. Check the request parameters for correctness.
65004Network ErrorError503ERR_NETWORK: A network error occurred. Please check your internet connection and retry the request.
65005DeprecatedError410ERR_DEPRECATED: The requested resource is no longer available and has been permanently removed.
65006Bad ResponseError500ERR_BAD_RESPONSE: The server returned an invalid response. Please try again later.
65007Bad RequestError400ERR_BAD_REQUEST: The server could not understand the request due to invalid syntax. Verify the request parameters and format.
65008Not SupportedError501ERR_NOT_SUPPORT: The server does not support the functionality required to fulfill the request.
65009Invalid URLError400ERR_INVALID_URL: The request URL is not valid. Please check the URL for errors.
65010CancelledError499ERR_CANCELED: The request was cancelled before a response was received. Check for any cancellation logic or retry the request.
65011Connection AbortedError502ECONNABORTED: The connection to the server was aborted. Investigate network issues or server stability.
65012Connection Timed OutError408ETIMEDOUT: The server took too long to respond. Consider increasing the timeout setting or optimizing the request.
80000Processing Generic ErrorError500A generic error related to general processing. See inner error for details.
81000Notification Generic ErrorError500A generic error related to the sending or processing of notifications.
81001Notification Not SentError500A scheduled notification failed to be sent.
81002Notification MisconfiguredError500A notification definition could not be processed due to an unrecognized configuration.
81003Notification Required Info MissingError500A notification definition could not be processed due to required info not being included in the handler call.
90000Survey Generic ErrorError500A generic error related to survey processing. See inner error for details.
90100Survey UndefinedError400The requested resource requires a survey reference, but one was not defined. This is likely a configuration error.
90101Survey MissingError400The requested resource references a survey definition, but the referenced survey could not be found. This is likely a configuration error.
90102Survey MalformedError400The requested service references a survey definition, but the referenced survey could not be loaded. This is likely an error in the survey definition.
91000Response MissingError400The 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.
91001Response MalformedError400The 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.
91002Extra ResponseWarning400One 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.
92000Score MissingError400The 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.
93000Scoring FailedError400The scoring process could not be completed.
93100Scoring Invalid ValueError400The scoring process was interrupted because an invalid value was passed to a scoring definition.
A0000Vocal Generic ErrorError500A generic error related to vocal processing. See inner error for details.
A0100Model Not FoundError400The voice processing attempted to enqueue a model that couldn't be found.
A0101Unsupported LanguageError400The voice processing specified a language code that the selected model does not support.
A1100No Voice DetectedError400No voice was detected in the voice file. Processing will not continue.
A1101Not Enough PeaksWarning400The energy levels in the voice file were too similar. Score processing may not be able to continue.
A1102ASR FailedWarning400ASR 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.
A1103Not Enough Words DetectedError400The ASR returned a number of words that was less than the minimum specified by the survey
B0000Audio Gateway Generic ErrorError500A generic error related to the audio gateway API. See inner error for details.
B1400Audio Gateway TimeoutError504An active connection has exceeded its maximum allowed duration and has been forcibly closed.
B9000VSE Generic ErrorError500A generic error related to the Vocal Score Extraction API. See inner error for details.
B9001VSE Invalid Audio ConfigurationError400The passed configuration for audio data is invalid.
B9100VSE Session Not StartedError500A VSE session could not be started.
B9101VSE Session Already StartedError400A VSE session could not be started because an existing session already exists.
B9102VSE Session FailedError500A VSE session could not be completed.
B9103VSE No Active SessionError400The operation couldn't be completed because there is no currently active session.
B9104VSE Silence TimeoutError400A VSE session has received audio without any detectable speech for an extended duration and has been terminated.
B9105VSE Max DurationError400A VSE session has reached its maximum duration and has been terminated.
F0000Generic Miscellaneous ErrorError500A generic error unrelated to any other categories. See inner error for details.
F1000NodeJS ErrorError500This error is the result of wrapping a native NodeJS Error.
F1001Custom ErrorError500This error is the result of catching a thrown value that is not a native NodeJS Error.
FFFFFUnknownError500No information is known about the error. Consult the logs and hope for the best.