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