API reference › @evolu/common › Bytes › ByteLengthFromStringError
Defined in: packages/common/src/Bytes.ts:1954
Error returned when a string is neither a number of bytes nor a ByteSizeLiteral.
Extends
TypeError<"ByteLengthFromString">
Properties
type
readonly type: "ByteLengthFromString";
Defined in: packages/common/src/Type.ts:893
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Bytes.ts:1955