Enumerations
The following enumerations are available globally.
-
リクエスト結果を表す列挙型です。
See moreDeclaration
Swift
public enum NCMBResult<T> -
APIエラーコードと対応する列挙型です。
See moreDeclaration
Swift
public enum NCMBApiErrorCode : Error -
リクエスト内容のエラーを表す列挙型です。
See moreDeclaration
Swift
public enum NCMBInvalidRequestError : Error -
パースエラーを表す列挙型です。
See moreDeclaration
Swift
public enum NCMBParseError : Error -
会員情報操作で発生したエラーを表す列挙型です。
See moreDeclaration
Swift
public enum NCMBUserError : Error -
リクエストを行う際のHTTPメソッドの種類を表す列挙型です。
See moreDeclaration
Swift
public enum NCMBHTTPMethod : String -
プッシュ通知 配信期限時間の単位を表すための列挙型です。
See moreDeclaration
Swift
public enum NCMBExpirationTimeUnitType : String
Enumerations Reference