Error returns the message.
()
| 25 | |
| 26 | // Error returns the message. |
| 27 | func (err SentinelHttpError) Error() string { |
| 28 | return err.message |
| 29 | } |
| 30 | |
| 31 | // HttpError returns the status and message. |
| 32 | func (err SentinelHttpError) HttpError() (int, string) { |
no outgoing calls