misskey
library
Exceptions / Errors
-
DataNotFoundException
-
This object is thrown to indicate that the data associated with
a particular condition does not exist on misskey's server.
-
MisskeyException
-
This exception indicates that an unexpected error occurred when
communicating with the Misskey API.
-
RateLimitExceededException
-
This exception indicates that the number of requests for a particular
endpoint exceeds the rate limit defined by the misskey API.
-
UnauthorizedException
-
This exception is thrown to indicate that the specified access token was not
authorized by the server as a result of its use in the request.