@creator.co/wapi - v1.8.1
    Preparing search index...

    Type Alias ResponseErrorType

    Represents an error response from an API.

    type ResponseErrorType = {
        err: string;
        errCode?: string;
    }
    Index

    Properties

    Properties

    err: string

    The error message.

    errCode?: string

    The error code, if available.