abuseipdb-client - v1.0.21
    Preparing search index...

    Interface APIServerErrorResultResponse

    AbuseIPDB's Server Error message structure. When a server error occurs (5xx), there's a message string present on the result response structure. This is not the same as the APIResponseError object.

    interface APIServerErrorResultResponse {
        message: string;
    }
    Index

    Properties

    Properties

    message: string