Interface RESTAPIErrorNotFound

Thrown when the response is not in the 200 range

Hierarchy

Properties

error: NOT_FOUND

The error returned by the API

error_description: `User with nick ${string} not found` | `Unable to find user with id: ${string}` | `Wrong feed type: ${string}`

Brief description of the error

status: 404

Status code of the error

Generated using TypeDoc