MonitorErrorCode
public enum MonitorErrorCode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case internalFailure = "INTERNAL_FAILURE" -
Undocumented
Declaration
Swift
case validationError = "VALIDATION_ERROR" -
Undocumented
Declaration
Swift
case limitExceeded = "LIMIT_EXCEEDED" -
Declaration
Swift
public var description: String { get }
View on GitHub
MonitorErrorCode Enumeration Reference