()
| 136 | ) |
| 137 | |
| 138 | func (o SnapshotOrigin) Normalize() SnapshotOrigin { |
| 139 | if o == "" { |
| 140 | return OriginUnknown |
| 141 | } |
| 142 | |
| 143 | return o |
| 144 | } |
| 145 | |
| 146 | // SummaryQueryError contains the error code for a query error. |
| 147 | // We only include the Code (and drop the Message) to allow the specific |