class
Amazonite::Lambda::EventError
- Amazonite::Lambda::EventError
- Reference
- Object
Overview
Error information for an event.
Included Modules
- JSON::Serializable
Defined in:
lambda/event_error.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#payload : ErrorObject | Nil
The error payload.
-
#payload=(payload : ErrorObject | Nil)
The error payload.
-
#truncated : Bool | Nil
Indicates if the error payload was truncated due to size limits.
-
#truncated=(truncated : Bool | Nil)
Indicates if the error payload was truncated due to size limits.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def truncated=(truncated : Bool | Nil)
#
Indicates if the error payload was truncated due to size limits.