Enumeration OsuApiV2ErrorCode

Error codes for internal or logic errors.

Enumeration Members

Enumeration Members

NOT_FOUND: "NOT_FOUND"

Thrown if something was not found like for example the osu!api v2 returns an empty array for found users but it is expected to return one user.

UNEXPECTED_RETURN_TYPE: "UNEXPECTED_RETURN_TYPE"

Thrown if the API returns something that is not the expected type.

Generated using TypeDoc