API Docs for: 0.2.0
Show:

Validator.Result Class

Extends Ember.ObjectProxy
Module: Ember.Validator

The array proxy which stores all the validation results

Constructor

Validator.Result

()

Item Index

Properties

content

Object

All errors are set in the content property.

error

Object

errors

Array

An array of all errors that exist in the content property

isValid

Boolean

Set to false if any errors were generated in the validation

messages

Array

An array of all the error messages generated