UnableToReadFolderError
@quik/core / UnableToReadFolderError
Class: UnableToReadFolderError
Defined in: errors/utils/UnableToReadFolderError.ts:7
Exception thrown when the application cannot read the contents of a folder.
Extends
Constructors
Constructor
new UnableToReadFolderError(
folderName):UnableToReadFolderError
Defined in: errors/utils/UnableToReadFolderError.ts:13
Constructor of the UnableToReadFolderError.
Parameters
folderName
string
The name of the folder.
Returns
UnableToReadFolderError
Overrides
QTranslatableError.constructor
Properties
code
code:
number
Defined in: errors/QError.ts:8
The code of the error.
Inherited from
parameters
parameters:
Record<string,any> ={}
Defined in: errors/QError.ts:12
The additional features sent to the exception.
Inherited from
Accessors
translated
Get Signature
get translated():
string
Defined in: errors/QTranslatableError.ts:12
Returns
string
Inherited from
Methods
toObject()
toObject():
object
Defined in: errors/QError.ts:45
Returns
object
code
code:
number
message
message:
string
parameters
parameters:
Record<string,any>
stack
stack:
string
translated
translated:
string
Inherited from
withContext()
withContext(
context):this
Defined in: errors/QError.ts:26
Attach context metadata to the error parameters.
Parameters
context
Record<string, unknown>
Context data to attach.
Returns
this