()
| 489 | } |
| 490 | |
| 491 | func (e *ErrorConflict) Error() string { |
| 492 | return "Conflict: " + e.Message |
| 493 | } |
| 494 | |
| 495 | // Conflict is an enum representing what to do when encountering conflicting when creating profiles/devices |
| 496 | type Conflict int |
no outgoing calls
no test coverage detected