class Pterodactyl::APIError

Defined in:

pterodactyl/api_error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(error : Models::Error, http_status_code : Int32 | Nil = nil, response_body : String | Nil = nil) #

[View source]

Instance Method Detail

def error : Models::Error #

[View source]
def http_status_code : Int32 | Nil #

[View source]
def response_body : String | Nil #

[View source]