Contents

keyPaths

An array of key paths associated with the error.

Declaration

var keyPaths: [String]? { get }

Discussion

For validation errors, this contains key paths to specific object properties.

See Also

Error details