new module:ParameterError(errorCode, details)
Constructor for parameter error
Parameters:
Name | Type | Description |
---|---|---|
errorCode | string | |
details | Array.<SchemaInspectorError> |
Members
details :Array.<SchemaInspectorError>
Error details
Type:
- Array.<SchemaInspectorError>
errorCode :'INPUT_VALIDATION_FAILED'
Error code
Type:
- 'INPUT_VALIDATION_FAILED'
message :string
Friendly message for the error
Type:
- string