Class BankIdApiException
Exception that wraps any error returned by the BankID API.
Inheritance
System.Object
BankIdApiException
Namespace: ActiveLogin.Authentication.BankId.Api
Assembly: ActiveLogin.Authentication.BankId.Api.dll
Syntax
public class BankIdApiException : HttpRequestException
Properties
| Improve this Doc View SourceErrorCode
The category of error.
Declaration
public ErrorCode ErrorCode { get; }
Property Value
Type | Description |
---|---|
ErrorCode |
ErrorDetails
Details about the error.
Declaration
public string ErrorDetails { get; }
Property Value
Type | Description |
---|---|
System.String |