Skip to main content

AST-Login Error Codes (SubSystem 513)

SubSystemErrorCodeHttp CodeNameDetails and TroubleshootingConsole Message
513503503ServiceUnavailableThe service is temporarily unavailable, please try again later."The service is temporarily unavailable, please try again later."
5135001500UncaughtExceptionThe application has encountered an unknown error"The application has encountered an unknown error"
5135002500DecryptErrorThe decryption failed with an in the error-message specified error."Decryption failed with message '$message'"
5135003500KeyExchangeErrorDeriving the keys failed with an in the error-message specified error."Deriving keys failed with message '$message'"
5135004500StorageErrorA database operation has failed unexpectedly."A database operation has failed unexpectedly"
5135005500DbErrorAn Database error happened with an in the error-message specified error."Database Error" + (details?.let { ": $it" } ?: "")
5135006500KafkaErrorA Kafka operation failed with an in the error-message specified error."Kafka Error" + (details?.let { ": $it" } ?: "")
51350010500UnknownTopicRoutingKeyAn outbox item has an unknown topic key."Encountered an outbox item with the unknown topic routing key '$key'"
513400400BadRequestDescribes a general Bad Request error.TBD
5134001400MissingFieldSome fields are missing in a request payload."Missing required $location"
5134002400MalformedFieldSome fields are malformed in a request payload."Malformed $location" + (reason?.let { "\n Reason: $it" } ?: "")
5134003400MalformedBodyThe body of a request payload is malformed."Malformed request body" + (reason?.let { ": $it" } ?: "")
5134004400UnknownSessionAlgEncountered an unknown algorithm identifier."Algorithm identifier '$alg' unknown"
5134005400InvalidSessionPayloadEncountered an invalid session payload of an SSMS kex."SSMS kex payload validation failed"
5134006400MissingSessionPayloadThe AST client data session payload is missing or incomplete."AST client data session payload is missing or incomplete"
5134007400ClientIdMismatchThe AST client id in the request URI and AST client data do not match."The AST client ID in the request URI ($pathClientId) does not match the AST client data ($dataClientId)"
513401401UnauthorizedGeneral unauthorized error"Unauthorized"
5134031403InvalidDeviceBindingDevice binding verification failed."Device binding verification failed"
5134032403ClientLockedThe client of the request is locked."Client is locked"
5134033403VersionNotRegisteredThe specified version is not registered yet."Version is not registered yet"
5134034403VersionLockedThe specified version is locked."Version is locked"
5134035403InvalidChecksumThe specified app checksum is incorrect."App checksum is incorrect"
5134036403ClientNotActivatedA login was tried with an unactivated client."Login with an unactivated client"
5134037403AuthenticationFailedSignature or MAC verification failed during mKEX authentication."Signature or MAC verification failed during mKEX authentication: $message"
5134041404ClientNotFoundThe client with the specified astClientId was not found in the tenant."Client with clientId $astClientId in tenant $tenant was not found"
5134042404LinkNotFoundThe link between the specified client and user was not found on this tenant."A link between clientId $astClientId and user $tenant/$user was not found"
5134043404VersionNotFoundThe specified version could not be found on this tenant."Version could not be found for tenant: $tenant, appName: $appName, version: $version and platform: $platform"
5134044404SessionInfoNotFoundThe session info for the specified client and preMasterSecretId was not found."The session info for astClientId $astClientId and preMasterSecretId $secretId was not found"
5134045404PublicKeyNotFoundPublic Key could not be found for tenant."Public Key could not be found for tenant: $tenant and kid $kid"
5134091409DuplicateClientA client with the astClientId already exists."A client with the same ID already exists"
5134092409AlreadyLinkedThe specified client and user are already linked."Client $astClientId and user $tenant/$user are already linked"
5135021BAD_GATEWAYUpstreamRequestErrorAn error happened during an upstream request against another service. The details are in the error-message."Error calling $method $requestUri" + (message?.let { ": $it" } ?: "")
5135022BAD_GATEWAYUpstreamInvalidResponseReceived an invalid response from another service. The details are in the logs."Invalid response from $method $requestUri" + (message?.let { ": $it" } ?: "")
5135023BAD_GATEWAYUpstreamInvalidErrorResponseReceived an invalid error response from another service. The details are in the logs."Invalid error response from $method $requestUri" + (message?.let { ": $it" } ?: "")
5135024BAD_GATEWAYRedisErrorReceived an error while calling Redis. The details are in the logs."Executing '$command' against Redis failed" + (message?.let { ": $it" } ?: "")
5135041504RedisTimeoutA request to Redis timed out."The request to Redis timed out"
51360TBDTrustStoreDoesNotExistThe configured truststore file does not exist."The configured $purpose truststore file at <$file> does not exist"
51361TBDTrustStoreRequiredA trust store is required for the configured SSL mode, but none are configured."A trust store is required for SSL mode $mode, but none are configured"