Uses of Class
com.kaltura.client.types.APIException.FailureStep
-
Packages that use APIException.FailureStep Package Description com.kaltura.client.types -
-
Uses of APIException.FailureStep in com.kaltura.client.types
Methods in com.kaltura.client.types that return APIException.FailureStep Modifier and Type Method Description APIException.FailureStepAPIException. getFailedOn()static APIException.FailureStepAPIException.FailureStep. valueOf(String name)Returns the enum constant of this type with the specified name.static APIException.FailureStep[]APIException.FailureStep. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.kaltura.client.types with parameters of type APIException.FailureStep Modifier and Type Method Description voidAPIException. setFailedOn(APIException.FailureStep failedOn)Constructors in com.kaltura.client.types with parameters of type APIException.FailureStep Constructor Description APIException(APIException.FailureStep step, String message)APIException(APIException.FailureStep step, String message, String excCode)APIException(APIException.FailureStep step, Throwable exp)
-