dscord v0.0.5 (2016-07-24T06:40:14Z)
Home
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.