Inherits from NSObject
Conforms to ORDAResult
Declared in ORDAResultImpl.h
ORDAResultImpl.m

Overview

ORDAResultImpl is an implementation of ORDAResult.

Tasks

Properties

  •   code

    The code of this result

    property

Classification

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