SelfServiceBrowserLocationChangeRequiredError class abstract

SelfServiceBrowserLocationChangeRequiredError

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
  • redirectBrowserTo - Since when the flow has expired
  • request - The request ID The request ID is often exposed internally in order to trace errors across service architectures. This is often a UUID.
  • status - The status description

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
redirectBrowserTo String?
Since when the flow has expired
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
status String?
The status description
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(SelfServiceBrowserLocationChangeRequiredErrorBuilder)) SelfServiceBrowserLocationChangeRequiredError
Rebuilds the instance.
inherited
toBuilder() SelfServiceBrowserLocationChangeRequiredErrorBuilder
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<SelfServiceBrowserLocationChangeRequiredError>
no setter