@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface ErrorResponse

    interface ErrorResponse {
        code: string;
        error?: string;
        message?: string;
        request_id?: string;
        workspace_id?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: string
    error?: string
    message?: string

    Use error instead. Will be removed in the next major version.

    request_id?: string

    Unique identifier for the API request, useful for debugging and support

    workspace_id?: string

    Present on workspace_conflict errors. Contains the user's current workspace ID so the caller can retry with the correct workspace.