@musallam/firefly-client
    Preparing search index...

    Interface ApiError

    The error within the error response.

    interface ApiError {
        error_code: FireflyApiClient.ColligoErrorCodeAsyncV3;
        message?: string;
        stack_trace?: string[];
        validation_errors?: ValidationErrorMessage[];
    }
    Index

    Properties

    message?: string
    stack_trace?: string[]
    validation_errors?: ValidationErrorMessage[]