| 522 | ) |
| 523 | |
| 524 | type BatchResponseError struct { |
| 525 | err *router.ApiError |
| 526 | code string |
| 527 | message string |
| 528 | } |
| 529 | |
| 530 | func (e *BatchResponseError) Error() string { |
| 531 | return e.message |
nothing calls this directly
no outgoing calls
no test coverage detected