-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum IssueCodes extends Enum<IssueCodes>
The issue code representing a specific transcoding problem. Codes: 0 = Undefined, 1 = StreamLengthsDifference, 2 = TranscodingWarnings, 3 = IncompatibleResolution, 4 = InvalidFramerate, 5 = VideoExceededMaxDuration, 6 = AudioExceededMaxDuration, 7 = OriginalCorrupted, 8 = TranscriptionFailed, 9 = JitIncompatible, 10 = JitFailed.
Values: _0,_1,_2,_3,_4,_5,_6,_7,_8,_9,_10
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classIssueCodes.Companion
-
Method Summary
-
-
Method Detail
-
toString
String toString()
Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.
This solves a problem when the variable name and its value are different, and ensures that the client sends the correct enum values to the server always.
-
getOrdinal
final Integer getOrdinal()
-
-
-
-