public enum NetSuiteSoapErrorType extends Enum<NetSuiteSoapErrorType> implements org.mule.runtime.extension.api.error.ErrorTypeDefinition<NetSuiteSoapErrorType>
| Enum Constant and Description |
|---|
ASYNC_FAULT |
CONNECTIVITY |
INSUFFICIENT_PERMISSION |
INVALID_CONTENT_TYPE |
INVALID_VERSION |
MAX_RCRDS_EXCEEDED |
MAX_VALUES_EXCEEDED |
NETSUITE_ERROR |
NETSUITE_SOAP_FAULT |
SESSION_TIMED_OUT |
TRANSFORMATION |
USER_ERROR |
VALIDATION |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.extension.api.error.ErrorTypeDefinition<? extends Enum<?>>> |
getParent() |
static NetSuiteSoapErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetSuiteSoapErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetSuiteSoapErrorType TRANSFORMATION
public static final NetSuiteSoapErrorType CONNECTIVITY
public static final NetSuiteSoapErrorType NETSUITE_SOAP_FAULT
public static final NetSuiteSoapErrorType NETSUITE_ERROR
public static final NetSuiteSoapErrorType INVALID_CONTENT_TYPE
public static final NetSuiteSoapErrorType MAX_VALUES_EXCEEDED
public static final NetSuiteSoapErrorType USER_ERROR
public static final NetSuiteSoapErrorType INVALID_VERSION
public static final NetSuiteSoapErrorType MAX_RCRDS_EXCEEDED
public static final NetSuiteSoapErrorType ASYNC_FAULT
public static final NetSuiteSoapErrorType INSUFFICIENT_PERMISSION
public static final NetSuiteSoapErrorType SESSION_TIMED_OUT
public static final NetSuiteSoapErrorType VALIDATION
public static NetSuiteSoapErrorType[] values()
for (NetSuiteSoapErrorType c : NetSuiteSoapErrorType.values()) System.out.println(c);
public static NetSuiteSoapErrorType 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 Optional<org.mule.runtime.extension.api.error.ErrorTypeDefinition<? extends Enum<?>>> getParent()
getParent in interface org.mule.runtime.extension.api.error.ErrorTypeDefinition<NetSuiteSoapErrorType>Copyright © 2025 MuleSoft, Inc.. All rights reserved.