struct SurrealDB::ErrorResponse

Included Modules

Defined in:

types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def code : Int32 #

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

[View source]
def description : String #

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

[View source]
def details : String #

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

[View source]
def information : String #

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

[View source]