errors property

List<RosettaError> errors
getter/setter pair

All Errors that this implementation could return. Any error that is returned during parsing that is not listed here will cause client validation to error.

Implementation

List<RosettaError> errors;