ErrorResponse

Generic JSON Schema of an error response from the Twitch API.

version(TwitchSupport && WithTwitchPlugin)
package
struct ErrorResponse {}

Members

Variables

error
string error;

Brief error message, generally the name of the HTTP status code.

message
string message;

Longer, descriptive error message.

status
uint status;

HTTP status code.