polarity-integration-utils
    Preparing search index...

    Type Alias IsApiErrorResult

    type IsApiErrorResult = {
        isApiError: boolean;
        message?: string;
    }
    Index

    Properties

    Properties

    isApiError: boolean

    Indicates whether the response is an API error.

    message?: string

    Optional message providing additional information about the API error. The returned message will be used as the message property on the ApiRequestError object thrown by the request.