| 61 | } |
| 62 | |
| 63 | type Error struct { |
| 64 | Message string `bson:"message" json:"message" xml:"message,attr"` |
| 65 | Type string `bson:"type" json:"type" xml:"type,attr"` |
| 66 | Text string `bson:"text" json:"text" xml:",chardata"` |
| 67 | } |
nothing calls this directly
no outgoing calls
no test coverage detected