GrpcRetryPolicyEvent
public enum GrpcRetryPolicyEvent : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case cancelled = "cancelled" -
Undocumented
Declaration
Swift
case deadlineExceeded = "deadline-exceeded" -
Undocumented
Declaration
Swift
case `internal` = "internal" -
Undocumented
Declaration
Swift
case resourceExhausted = "resource-exhausted" -
Undocumented
Declaration
Swift
case unavailable = "unavailable" -
Declaration
Swift
public var description: String { get }
View on GitHub
GrpcRetryPolicyEvent Enumeration Reference