Search Results for

    Show / Hide Table of Contents

    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 Source

    ErrorCode

    The category of error.

    Declaration
    public ErrorCode ErrorCode { get; }
    Property Value
    Type Description
    ErrorCode
    | Improve this Doc View Source

    ErrorDetails

    Details about the error.

    Declaration
    public string ErrorDetails { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Active Solution