Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rethinkdb-orm
v3.0.3
RethinkORM
AssociationCollection
Associations
Base
Changefeed
Event
Raw
Collection
Connection
Error
ChangefeedClosed
DatabaseError
DocumentExists
DocumentInvalid
DocumentNotFound
DocumentNotSaved
LockInvalidOp
LockLost
LockUnavailable
IdGenerator
Index
Lock
Reentrant
Persistence
Queries
HasChanges
R
Settings
HabitatSettings
Table
Timestamps
Validators
Built with Crystal 1.9.2
2023-10-08 02:20:12 UTC
class
RethinkORM::Error::DocumentInvalid
RethinkORM::Error::DocumentInvalid
RethinkORM::Error
Exception
Reference
Object
Defined in:
rethinkdb-orm/error.cr
Constructors
.new
(model : RethinkORM::Base, message)
Instance Method Summary
#inspect_errors
#model
: RethinkORM::Base
Instance methods inherited from class
RethinkORM::Error
message : String?
message
Constructor methods inherited from class
RethinkORM::Error
new(message : String | Nil =
""
)
new
Constructor Detail
def self.
new
(model :
RethinkORM::Base
, message)
#
[
View source
]
Instance Method Detail
def
inspect_errors
#
[
View source
]
def
model
:
RethinkORM::Base
#
[
View source
]