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

    Interface APIResponseError

    Wrapper for IPDB's JSON API error response. This empty interface is used for renaming the DocWithErrors external import.

    interface APIResponseError {
        errors: Errors;
        jsonapi?: ImplementationInfo;
        links?: Links | PaginationLinks;
        meta?: Object;
    }

    Hierarchy

    • DocWithErrors
      • APIResponseError
    Index

    Properties

    errors: Errors
    jsonapi?: ImplementationInfo
    links?: Links | PaginationLinks
    meta?: Object