()
| 1745 | var _DomainDiskErrorCode_index = [...]uint8{0, 19, 40, 62} |
| 1746 | |
| 1747 | func (i DomainDiskErrorCode) String() string { |
| 1748 | if i < 0 || i >= DomainDiskErrorCode(len(_DomainDiskErrorCode_index)-1) { |
| 1749 | return "DomainDiskErrorCode(" + strconv.FormatInt(int64(i), 10) + ")" |
| 1750 | } |
| 1751 | return _DomainDiskErrorCode_name[_DomainDiskErrorCode_index[i]:_DomainDiskErrorCode_index[i+1]] |
| 1752 | } |
| 1753 | func _() { |
| 1754 | // An "invalid array index" compiler error signifies that the constant values have changed. |
| 1755 | // Re-run the stringer command to generate them again. |
nothing calls this directly
no test coverage detected