(code string)
| 56 | } |
| 57 | |
| 58 | func (e *ApiError) WithCode(code string) *ApiError { |
| 59 | e.Code = code |
| 60 | return e |
| 61 | } |
| 62 | func (e *ApiError) WithInternalMessage(InternalMessage string) *ApiError { |
| 63 | e.InternalMessage = InternalMessage |
| 64 | return e |
no outgoing calls
no test coverage detected