Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
arango_model
master
ArangoModel
Adapter
Attributes
Type
Base
Collection
DatabaseTypes
Any
Document
Error
Persistence
Settings
IdGenerator
Ninja
Built with Crystal 1.9.2
2023-10-07 17:41:10 UTC
class
ArangoModel::Error
ArangoModel::Error
Exception
Reference
Object
Defined in:
arango_model/error.cr
Constructors
.new
(field : Symbol, raw_message : String)
Instance Method Summary
#field
: Symbol
#field=
(field : Symbol)
#raw_message
: String
#raw_message=
(raw_message : String)
Constructor Detail
def self.
new
(field : Symbol, raw_message : String)
#
[
View source
]
Instance Method Detail
def
field
: Symbol
#
[
View source
]
def
field=
(field : Symbol)
#
[
View source
]
def
raw_message
: String
#
[
View source
]
def
raw_message=
(raw_message : String)
#
[
View source
]