adobe-firefly-sdk
    Preparing search index...

    Type Alias FfapierrorsFfapiError

    The error within the error response.

    type FfapierrorsFfapiError = {
        $schema?: string;
        error_code: string;
        error_details?: unknown[];
        message?: string;
    }
    Index

    Properties

    $schema?: string

    A URL to the JSON schema for this object.

    error_code: string

    Associated error code.

    error_details?: unknown[]

    Optional list of individual error details.

    message?: string

    Error message.