dcord ~master (2022-05-06T22:14:59.8294696)
Dub
Repo
APIError
dcord
api
util
An error returned from the
APIClient
based on HTTP response code.
class
APIError :
BaseError
{
this
(int code, string msg);
}
Constructors
this
this
(int code, string msg)
Undocumented in source.
Meta
Source
See Implementation
dcord
api
util
classes
APIError
APIResponse
structs
U
An error returned from the APIClient based on HTTP response code.