Class: OsuApiError

Errors~OsuApiError(message) → {OsuApiError}

Error from the osu! API.

Constructor

new OsuApiError(message) → {OsuApiError}

Creates the osu! API error object.
Parameters:
Name Type Description
message String Describes the error caused from the osu! API.
Source:
Returns:
The API error object.
Type
OsuApiError