Type Alias ProblemDetails

ProblemDetails: {
    details?: string;
    instance?: string;
    status?: number;
    title?: string;
    type?: string;
}

Type declaration

  • Optionaldetails?: string

    A human-readable explanation specific to the occurrence of the problem.

  • Optionalinstance?: string

    Optional. A URI that uniquely identifies the specific occurence of the problem

  • Optionalstatus?: number

    The HTTP status code.

  • Optionaltitle?: string

    A human-readable summary of the problem type.

  • Optionaltype?: string

    A URL that can be followed to get to our documentation for the problem type.