adobe-firefly-sdk
    Preparing search index...

    Type Alias FfapierrorsFfapiErrorDetail

    type FfapierrorsFfapiErrorDetail = {
        error_code: string;
        error_context?: unknown;
        loc: string;
        msg: string;
    }
    Index

    Properties

    error_code: string

    Error code.

    error_context?: unknown

    Additional context for the error.

    loc: string

    Where the error occurred, indicated in dot notation (e.g., body.items[3].tags or path.thing-id).

    msg: string

    Error message text.