# Class: ValidationError
# Hierarchy
↳ ValidationError
# Constructors
# constructor
+ new ValidationError(message?
: undefined | string): ValidationError
Inherited from OttomanError.constructor
Parameters:
Name | Type |
---|---|
message? | undefined | string |
Returns: ValidationError
# Properties
# message
• message: string
Inherited from OttomanError.message
# name
• name: string
Inherited from OttomanError.name
# Optional
stack
• stack? : undefined | string
Inherited from OttomanError.stack