#import <AXError.h>
◆ containsErrorCode:()
| - (BOOL) containsErrorCode: |
|
(AXErrorCode) |
errorCode |
|
Check if this error contains a certain error code.
- Parameters
-
- Returns
- YES if the error code is present, NO otherwise.
◆ errorWithCodes:message:()
| + (instancetype) errorWithCodes: |
|
(NSArray< NSNumber * > *) |
errorCodes |
| message: |
|
(NSString *) |
message |
|
|
| |
Factory method for creating an error object with a list of error codes and a message.
- Parameters
-
| errorCodes | The error codes, wrapped as numbers. |
| message | The error message. |
- Returns
- The initialized object.
◆ errorCodes
| - (NSArray<NSNumber *>*) errorCodes |
|
readnonatomicstrong |
The list of error codes, wrapped as numbers.
◆ errors
The list of errors, as a readable string.
◆ message
◆ userInfo
A custom info object that can be attached to the error.
The documentation for this class was generated from the following file:
- /Users/mac/Documents/StreamaxiaSDK/Streamaxia Open SDK/StreamaxiaSDK.framework/Headers/AXError.h