AuthErrorEnvelope
AuthErrorEnvelope
Defined in: @rw3iss/auth-shared/src/errors/envelope.ts
Full envelope. Real responses always carry error; we keep message
as an optional sibling for backwards-compat with older server builds
that put the message at the top level.
Properties
error?
optionalerror?:AuthErrorPayload
Defined in: @rw3iss/auth-shared/src/errors/envelope.ts
message?
optionalmessage?:string
Defined in: @rw3iss/auth-shared/src/errors/envelope.ts