class ConfigurationErrors
(source)
Factory methods for collections of ConfigurationError
.
noErrors |
Provides an empty list of errors. static fun noErrors(): MutableList<ConfigurationError!>! |
singleError |
Create a single error. static fun singleError(message: String!): MutableList<ConfigurationError!>! static fun singleError(message: String!, cause: Throwable?): MutableList<ConfigurationError!>! static fun singleError(position: DocumentPosition?, message: String!): MutableList<ConfigurationError!>! static fun singleError(position: DocumentPosition?, message: String!, cause: Throwable?): MutableList<ConfigurationError!>! |