adobe-firefly-sdk
    Preparing search index...

    Type Alias ApiError

    ApiError

    The error within the error response.

    type ApiError = {
        error_code: ColligoErrorCodeAsyncV3;
        message?: string;
        stack_trace?: string[];
        validation_errors?: ValidationErrorMessage[];
    }
    Index

    Properties

    message?: string

    Message

    stack_trace?: string[]

    Stack Trace

    validation_errors?: ValidationErrorMessage[]

    Validation Errors