()
| 23 | } |
| 24 | |
| 25 | func (e CallbackNotFoundError) Error() string { |
| 26 | return fmt.Sprintf("Callback ID not found: %d", e.ID) |
| 27 | } |
| 28 | |
| 29 | // ArgumentError is returned when received message contains invalid arguments. |
| 30 | type ArgumentError struct { |
nothing calls this directly
no outgoing calls
no test coverage detected