examples/bind/errors.amp.html
This page lists the different types of runtime user errors that amp-bind can throw.
This paragraph element attempts to bind to "asdf".
This expression is missing a closing parens.
This expression calls substring on a number.
This expression contains an invalid URL protocol.
This expression contains an invalid [class] result (only string/array/null supported).
null
Expression above references an undefined variable foo.
null
Expression above references an undefined member myState.qux.
null
Expression above tries to access a boolean member.
null
Expression above tries to access a member of a boolean.
null
Expression above tries to access a null member.
null
Expression above tries to access a member of null.
This paragraph's initial text state doesn't match the evaluated expression result.