@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ProblemDetail

    A Problem detail object as described in RFC 9457. There may be additional properties specific to the problem type.

    type ProblemDetail = {
        detail?: string;
        instance?: string;
        status?: number;
        title?: string;
        type?: string;
    }
    Index

    Properties

    detail?: string

    An explanation of the problem in more detail.

    instance?: string

    A URI path identifying the origin of the problem.

    status?: number

    The HTTP status code for this problem.

    title?: string

    A summary of the problem type.

    type?: string

    A URI identifying the problem type.