Constructor
new ConverterError(summary, detail)
Constructs a ConverterError instance from a summary and detail
Parameters:
Name | Type | Description |
---|---|---|
summary |
string | a localized String that provides a summary of the error |
detail |
string | a localized String that provides a detail of the error |
- Source:
- ojvalidation/Converter.js, line 117
Methods
-
getMessage() → {Object}
-
Returns an instance of oj.Message.
- Source:
- ojvalidation/Converter.js, line 146
Returns:
instance of oj.Message- Type
- Object
-
Init(message)
-
Initializes the instance.
Parameters:
Name Type Description message
Object instance of oj.Message - Source:
- ojvalidation/Converter.js, line 130