Enum ErrorCode
Possible values of error codes returned from an error response.
Namespace: ActiveLogin.Authentication.BankId.Api.Models
Assembly: ActiveLogin.Authentication.BankId.Api.dll
Syntax
public enum ErrorCode : int
Fields
Name | Description |
---|---|
AlreadyInProgress | An auth or sign request with personal number was sent, but an order for the user is already in progress. The order is aborted. No order is created. RP must inform the user that an auth or sign order is already in progress for the user. Message RFA4 should be used. |
Canceled | |
InternalError | |
InvalidParameters | Invalid parameter. Invalid use of method.
RP must not try the same request again. This is an internal error within RP's system and must not be communicated to the user as a BankID error. |
Maintenance | |
MethodNotAllowed | |
NotFound | |
RequestTimeout | |
TooManyRequests | If the RP has called the APIs an excessive number of times. The response contains the following HTTP headers according to IETF draft-polli-ratelimit-headers-00 section 3: RateLimit-Limit RateLimit-Remaining RateLimit-Reset SeeRate-limiting under Technical details in section Introduction for more details. |
Unauthorized | |
Unknown | |
UnsupportedMediaType | |
VerificationFailed | A call was processed, but resulted in a non-valid validation of the presented ID card. Possible reasons: The QR code did not correlate to a known ID card The ID card was closed before the validation request could be completed The ID card was revoked or expired |