adobe-firefly-sdk
    Preparing search index...

    Type Alias ErrorResponse

    ErrorResponse

    Describes an error that occurred while processing a request.

    type ErrorResponse = {
        error_code: ErrorCodeEnums;
        message: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    error_code: ErrorCodeEnums
    message: string

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