ErrorOption
Defined in: projects/ngx-signal-schema/src/lib/validators/error-options.ts:15
Represents an error option containing error details.
The ErrorOption type is designed to provide structured information
about errors. It includes the kind of error as a string identifier
and a message describing the error.
This type is intended for scenarios where detailed error reporting and categorization are required.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”error?
Section titled “error?”
optionalerror?:object
Defined in: projects/ngx-signal-schema/src/lib/validators/error-options.ts:20
Optional object containing error details.
optionalkind?:string
The kind of error as a string identifier.
message?
Section titled “message?”
optionalmessage?:string
A message describing the error.