AuthScimInternalFailure class final

Sanitized operation context supplied to an optional internal reporter.

Constructors

AuthScimInternalFailure({required String operation, required Object error, required StackTrace stackTrace, String? tenantId, String? organizationId, String? subjectId})
Creates sanitized diagnostic data for an internal reporter.
const

Properties

error Object
Internal error object retained for diagnostics.
final
hashCode int
The hash code for this object.
no setterinherited
operation String
Stable operation identifier being reported.
final
organizationId String?
Organization associated with the failure, when known.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace
Internal stack trace retained for diagnostics.
final
subjectId String?
Subject associated with the failure, when known.
final
tenantId String?
Tenant associated with the failure, when known.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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