public enum VcgErrorCode extends Enum<VcgErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static VcgErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VcgErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VcgErrorCode FAILEDOPERATION_DOWNLOADERROR
public static final VcgErrorCode FAILEDOPERATION_TASKNOTEXIST
public static final VcgErrorCode FAILEDOPERATION_TASKSTATUSERROR
public static final VcgErrorCode FAILEDOPERATION_VIDEODECODEFAILED
public static final VcgErrorCode INVALIDPARAMETERVALUE
public static final VcgErrorCode INVALIDPARAMETERVALUE_INVALIDVIDEOASPECTRATIO
public static final VcgErrorCode INVALIDPARAMETERVALUE_INVALIDVIDEODURATION
public static final VcgErrorCode INVALIDPARAMETERVALUE_INVALIDVIDEOFPS
public static final VcgErrorCode INVALIDPARAMETERVALUE_INVALIDVIDEOFORMAT
public static final VcgErrorCode INVALIDPARAMETERVALUE_INVALIDVIDEORESOLUTION
public static final VcgErrorCode INVALIDPARAMETERVALUE_PARAMETERVALUEERROR
public static final VcgErrorCode INVALIDPARAMETERVALUE_STYLENOTEXIST
public static final VcgErrorCode INVALIDPARAMETERVALUE_URLILLEGAL
public static final VcgErrorCode INVALIDPARAMETERVALUE_VIDEOSIZEEXCEED
public static final VcgErrorCode REQUESTLIMITEXCEEDED
public static final VcgErrorCode REQUESTLIMITEXCEEDED_JOBNUMEXCEED
public static final VcgErrorCode RESOURCEINSUFFICIENT
public static final VcgErrorCode RESOURCEUNAVAILABLE_NOTEXIST
public static VcgErrorCode[] values()
for (VcgErrorCode c : VcgErrorCode.values()) System.out.println(c);
public static VcgErrorCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
Copyright © 2025. All rights reserved.