SelfServiceFlowExpiredError class abstract

Is sent when a flow is expired

Properties:

  • code - The status code
  • debug - Debug information This field is often not exposed to protect against leaking sensitive information.
  • details - Further error details
  • id - The error ID Useful when trying to identify various errors in application logic.
  • message - Error message The error's message.
  • reason - A human-readable reason for the error
  • request - The request ID The request ID is often exposed internally in order to trace errors across service architectures. This is often a UUID.
  • since - A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
  • status - The status description
  • useFlowId

Constructors

SelfServiceFlowExpiredError([void updates(SelfServiceFlowExpiredErrorBuilder b)])
factory

Properties

code int?
The status code
no setter
debug String?
Debug information This field is often not exposed to protect against leaking sensitive information.
no setter
details → BuiltMap<String, JsonObject?>?
Further error details
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
The error ID Useful when trying to identify various errors in application logic.
no setter
message String
Error message The error's message.
no setter
reason String?
A human-readable reason for the error
no setter
request String?
The request ID The request ID is often exposed internally in order to trace errors across service architectures. This is often a UUID.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
since int?
A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
no setter
status String?
The status description
no setter
useFlowId String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(SelfServiceFlowExpiredErrorBuilder)) SelfServiceFlowExpiredError
Rebuilds the instance.
inherited
toBuilder() SelfServiceFlowExpiredErrorBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<SelfServiceFlowExpiredError>
no setter