Declared in UAAction+Operators.h

UAActionOperatorErrorCode

Represents the possible error conditions when running an action.

Definition

typedef NS_ENUM(NSInteger, UAActionOperatorErrorCode ) {
   UAActionOperatorErrorCodeChildActionRejectedArgs,
};

Constants

UAActionOperatorErrorCodeChildActionRejectedArgs

Indicates the action rejected the arguments.

Declared In UAAction+Operators.h.

Declared In

UAAction+Operators.h