CanaryRunStateReasonCode

public enum CanaryRunStateReasonCode : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case canaryFailure = "CANARY_FAILURE"
  • Undocumented

    Declaration

    Swift

    case executionFailure = "EXECUTION_FAILURE"
  • Declaration

    Swift

    public var description: String { get }