class Meilisearch::Error

Included Modules

Defined in:

meilisearch/error.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def link : String #

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

[View source]
def message : String | Nil #

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

[View source]
def type : String #

[View source]
def type=(type : Meilisearch::Error::Type) #

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

[View source]