NCMBApiError

public struct NCMBApiError : Error

APIエラーを表す構造体です。

  • エラーコードです。

    Declaration

    Swift

    public var errorCode: NCMBApiErrorCode { get }
  • エラーメッセージです。

    Declaration

    Swift

    public var message: String { get }