Klarna Web SDK v2/r6
    Preparing search index...

    Interface PaymentError

    interface PaymentError {
        errorCode: ErrorCode;
        errorId: string;
        errorMessage: string;
        errorType: ErrorType;
        validationErrors?: ValidationError[];
    }
    Index

    Properties

    errorCode: ErrorCode
    errorId: string
    errorMessage: string
    errorType: ErrorType
    validationErrors?: ValidationError[]