Inherits from NSObject_ProtocolConformer : NSObject
Conforms to ORDAResult
Declared in ORDAErrorResult.h
ORDAErrorResult.m

Overview

ORDAErrorResult is an implementation of ORDAResult that is used to return error codes.

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