@maxmind/minfraud-api-node
    Preparing search index...

    Type Alias WebServiceErrorCode

    WebServiceErrorCode: ClientErrorCode | string & {}

    The code exposed on a WebServiceError. This is one of the client-generated ClientErrorCode values or any other string returned by the web service. The & {} keeps the union open to arbitrary strings while still offering autocompletion for the known client codes.