Index Hierarchy ORDAResultImpl Class Reference Inherits from NSObject Conforms to ORDAResult Declared in ORDAResultImpl.hORDAResultImpl.m Overview ORDAResultImpl is an implementation of ORDAResult. Tasks Properties code The code of this result property Classification – isError true if this result’s code is an error code Properties code The code of this result @property (readonly) ORDAResultCode code Return Value the code Declared In ORDAResult.h Instance Methods isError true if this result’s code is an error code - (BOOL)isError Return Value true if this result’s code is an error code Declared In ORDAResult.h Index Hierarchy