ExceptionsErrorCode
Integer error codes used to classify exceptions transported over the AIDL IPC boundary.
The client SDK maps these codes back to typed SolidException subtypes so callers receive a structured exception rather than a bare error code.
Properties
The target resource or inbox denied access (HTTP 403).
The deprecated requestLogin flow was called. It drew its picker over the calling app and so needed the Android SYSTEM_ALERT_WINDOW permission, which the app no longer requests; callers launch the AuthorizeWithSolid contract instead. The code is kept because installed apps still map it.
A WebID mismatch was detected — the DPoP token subject does not match the claimed identity.
The recipient's inbox rejected the request with 403 Forbidden.
The recipient's inbox requires authentication that could not be satisfied (HTTP 401).
The caller does not have permission to perform the requested operation.
The requested resource class is not supported by this operation.
The notification could not be delivered to the recipient's inbox.
A non-null WebID is required but was not provided.
No Solid account is signed in for the requested WebID.
The pod's access-control system (WAC or ACP) is not supported for this operation.