errorCode

public enum errorCode: Int

error code

  • 不明

    Declaration

    Swift

    case Unknown			= 0
  • ブロック由来の処理失敗

    Declaration

    Swift

    case FailureByBlock
  • サインインしていない事による処理失敗

    Declaration

    Swift

    case NotSignedIn