@sumup/sdk
    Preparing search index...

    Type Alias Unauthorized

    Unauthorized

    401 Unauthorized

    type Unauthorized = {
        errors: {
            detail?: string;
            type: "INVALID_ACCESS_TOKEN" | "INVALID_PASSWORD";
        };
    }
    Index

    Properties

    Properties

    errors: { detail?: string; type: "INVALID_ACCESS_TOKEN" | "INVALID_PASSWORD" }

    Type Declaration

    • Optionaldetail?: string

      Fuller message giving context to error

    • type: "INVALID_ACCESS_TOKEN" | "INVALID_PASSWORD"

      Key indicating type of error