Interface: XRPCErrorResponse
Defined in: src/api/xrpc/types.ts:137
XRPC error response structure (ATProto standard).
Remarks
ATProto uses a flat error format at the top level:
{
"error": "InvalidRequest",
"message": "Missing required field: uri"
}
Properties
error
error:
string
Defined in: src/api/xrpc/types.ts:139
Error type/code
message
message:
string
Defined in: src/api/xrpc/types.ts:141
Human-readable error message