KeyError

Report an error when getting the value of a non-existant KeyMap entry?

Description:

This attribute is a boolean value which controls how the AST_MAPGET... functions behave if the requested key is not found in the KeyMap. If KeyError is zero (the default), then these functions will return .FALSE. but no error will be reported. If KeyError is non-zero, then the same values are returned but an error is also reported.
Type:
Integer (boolean).

Applicability

KeyMap
All KeyMaps have this attribute.

Notes: