MAIDR Documentation - v3.39.0
    Preparing search index...

    Interface ApiError

    API error information including message and HTTP status code.

    interface ApiError {
        message: string;
        statusCode: HttpStatus;
    }
    Index

    Properties

    Properties

    message: string
    statusCode: HttpStatus