public enum TsiErrorCode extends Enum<TsiErrorCode>
| Enum Constant and Description | 
|---|
| INVALIDPARAMETER_MISSINGPARAMETER | 
| UNSUPPORTEDOPERATION_AUDIOFORMAT | 
| UNSUPPORTEDOPERATION_ISEND | 
| UNSUPPORTEDOPERATION_ISNEW | 
| UNSUPPORTEDOPERATION_SEMAX | 
| UNSUPPORTEDOPERATION_TRANSLATETIME | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| static TsiErrorCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TsiErrorCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final TsiErrorCode INVALIDPARAMETER_MISSINGPARAMETER
public static final TsiErrorCode UNSUPPORTEDOPERATION_AUDIOFORMAT
public static final TsiErrorCode UNSUPPORTEDOPERATION_ISEND
public static final TsiErrorCode UNSUPPORTEDOPERATION_ISNEW
public static final TsiErrorCode UNSUPPORTEDOPERATION_SEMAX
public static final TsiErrorCode UNSUPPORTEDOPERATION_TRANSLATETIME
public static TsiErrorCode[] values()
for (TsiErrorCode c : TsiErrorCode.values()) System.out.println(c);
public static TsiErrorCode 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.