connectwise-rest
    Preparing search index...

    Type Alias ErrorResponse

    type ErrorResponse = {
        data: DataResponse;
        message: string;
        status: number | string;
    }
    Index

    Properties

    Properties

    message: string
    status: number | string