struct ExecuteError

Included Modules

Defined in:

crystal-supabase/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def code : String | Nil #

[View source]
def code=(code : String | Nil) #

[View source]
def details : String | Nil #

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

[View source]
def hint : String | Nil #

[View source]
def hint=(hint : String | Nil) #

[View source]
def message : String | Nil #

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

[View source]