adobe-firefly-sdk
    Preparing search index...

    Type Alias ErrorDetails

    ErrorDetails

    Details of the error returned.

    type ErrorDetails = {
        name?: string;
        reason?: string;
    }
    Index

    Properties

    Properties

    name?: string

    Parameter name.

    reason?: string

    Reason for the error.