module Ame
Namespace for Ame
. @api developer/user
Constants
- AbortAllProcessing
Value thrown to abort processing of a {Root.process} or {Root.call}.
- AbortProcessing
Value thrown to abort processing of a {Class.process} or {Class.call}.
- Error
- MalformedArgument
Error
raised when an argument can’t be parsed into the desired type.- MissingArgument
Error
raised when a required argument is missing.- SuperfluousArgument
Error
raised when too many arguments have been given.- UnrecognizedMethod
Error
raised when a dispatch is invoked on a method that doesn’t exist.- UnrecognizedOption
Error
raised when an unrecognized option has been given.- Version