BusinessReportFailureCode

public enum BusinessReportFailureCode : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case accessDenied = "ACCESS_DENIED"
  • Undocumented

    Declaration

    Swift

    case noSuchBucket = "NO_SUCH_BUCKET"
  • Undocumented

    Declaration

    Swift

    case internalFailure = "INTERNAL_FAILURE"
  • Declaration

    Swift

    public var description: String { get }