Documentation / @zerotal/core / storage / DiskNotConfiguredError
Class: DiskNotConfiguredError
Defined in: storage/errors.ts:16
Thrown when a disk name is not present in the storage config.
Extends
Constructors
Constructor
new DiskNotConfiguredError(
disk):DiskNotConfiguredError
Defined in: storage/errors.ts:17
Parameters
disk
string
Returns
DiskNotConfiguredError
Overrides
Properties
code
readonlycode:string
Defined in: errors/ZerotalError.ts:18
Inherited from
status
readonlystatus:number=500
Defined in: errors/ZerotalError.ts:19
Inherited from
context?
readonlyoptionalcontext?:Record<string,unknown>
Defined in: errors/ZerotalError.ts:20