struct Srcom::APIError

Overview

An API error response.

Included Modules

Defined in:

srcr/exceptions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def errors #

[View source]
def issues_link #

[View source]
def message : String #

[View source]
def message=(message : String) #

[View source]
def status : Int32 #

[View source]
def status=(status : Int32) #

[View source]
def support_link #

[View source]