@sumup/sdk
    Preparing search index...

    Type Alias DetailsError

    Error message structure.

    type DetailsError = {
        details?: string;
        failed_constraints?: { message?: string; reference?: string }[];
        status?: number;
        title?: string;
    }
    Index

    Properties

    details?: string

    Details of the error.

    failed_constraints?: { message?: string; reference?: string }[]
    status?: number

    The status code.

    title?: string

    Short title of the error.