toValue method
Implementation
String toValue() {
switch (this) {
case SimulationJobBatchErrorCode.internalServiceError:
return 'InternalServiceError';
}
}
String toValue() {
switch (this) {
case SimulationJobBatchErrorCode.internalServiceError:
return 'InternalServiceError';
}
}