Namespace FunctionMonkey.Commanding.Abstractions.Validation
Classes
ValidationError
Represents a validation error
ValidationException
An exception that is thrown out of functions that have no realtime return to another system, for example if a queue function is triggered by a queue item and that item does not conform to the expected validation rules this exception will be thrown so it can at least be logged. In contrast HTTP triggers will return a BadRequest with the ValidationResult serialized in the response.
ValidationObjectException
An exception that is thrown out of functions that have no realtime return to another system, for example if a queue function is triggered by a queue item and that item does not conform to the expected validation rules this exception will be thrown so it can at least be logged. In contrast HTTP triggers will return a BadRequest with the ValidationResult serialized in the response.
ValidationResult
Represents a validation result
ValidationResult<TResult>
Represents a validation result and associated command response
Enums
SeverityEnum
Severity of a validation failure