API reference › @evolu/common › Type › Base64UrlError
Defined in: packages/common/src/Type.ts:5760
Error returned when a string is not valid Base64Url text.
Extends
TypeError<"Base64Url">
Properties
type
readonly type: "Base64Url";
Defined in: packages/common/src/Type.ts:870
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:5761