Error fields
The HTTP status code returned by the Authsignal Server API.
A code which identifies a specific error state.
A free-text description of the error. This value should only be used for logging or
troubleshooting purposes.
Error codes
invalid_configuration
Indicates that the request cannot be handled because the tenant is in an invalid configuration.
invalid_credential
Indicates that the credential (e.g. passkey) referenced by the request is invalid for the given
user and cannot be authenticated.
invalid_request
Indicates that the request failed due to an invalid parameter or input.
too_many_requests
Indicates that the server cannot respond as requests have been rate-limited due to exceeding a
threshold.
unauthorized
Indicates that the request is unauthorized due to invalid tenant credentials - for example if the
API secret key is invalid or if the region doesn’t match.