dscord ~master (2021-11-07T02:10:19.0578386)
Dub
Repo
APIError
dscord
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
dscord
api
util
classes
APIError
APIResponse
structs
U
An error returned from the APIClient based on HTTP response code.