Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rethinkdb-orm
v2.4.3
RethinkORM
AssociationCollection
Associations
Base
Changefeed
Event
Raw
Collection
Connection
HabitatSettings
Error
DatabaseError
DocumentExists
DocumentInvalid
DocumentNotFound
DocumentNotSaved
IdGenerator
Index
Persistence
Queries
Table
Timestamps
Validators
Built with Crystal 1.9.2
2023-10-08 02:20:22 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
]