dutils-validation ~master (2021-12-18T11:16:46.2586688)
Dub
Repo
ValidationError
dutils
validation
validate
Undocumented in source.
struct
ValidationError {
string
path
;
string
type
;
string
message
;
double
[
string
]
parameters
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
message
string
message
;
Undocumented in source.
parameters
double
[
string
]
parameters
;
Undocumented in source.
path
string
path
;
Undocumented in source.
type
string
type
;
Undocumented in source.
Meta
Source
See Implementation
dutils
validation
validate
classes
ValidationErrors
functions
validate
structs
ValidationError