ImpersonationDetected
data class ImpersonationDetected(val notificationUri: String, val claimedActor: String, val actualOwner: String? = null, val message: String = "Notification $notificationUri claims actor=$claimedActor but owner is " +
"${actualOwner ?: "unknown"}.") : SolidError
An inbound notification's actor doesn't match the resource owner; it was dropped.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Stable classification; safe to branch on and localize.
Link copied to clipboard
The HTTP status that produced this error, or null for local/transport errors.
Link copied to clipboard
Link copied to clipboard
true when retrying the same request may succeed on its own (transient server/transport conditions). A false value does not mean "never retry" — e.g. PreconditionFailed needs a fresh ETag first (branch on code).
Functions
Link copied to clipboard
Wraps this error in a throwable for getOrThrow-style propagation, preserving cause.