adobe-firefly-sdk
    Preparing search index...

    Type Alias ErrorResponse

    ErrorResponse

    type ErrorResponse = {
        message?: string;
        reason?: string;
    }
    Index

    Properties

    Properties

    message?: string

    A message describing the error.

    reason?: string

    The type of error that occurred.