toSimulationJobBatchErrorCode method

SimulationJobBatchErrorCode toSimulationJobBatchErrorCode()

Implementation

SimulationJobBatchErrorCode toSimulationJobBatchErrorCode() {
  switch (this) {
    case 'InternalServiceError':
      return SimulationJobBatchErrorCode.internalServiceError;
  }
  throw Exception('$this is not known in enum SimulationJobBatchErrorCode');
}