Versions in this module Expand all Collapse all v0 v0.2.0 Jan 11, 2019 Changes in this version + type ApiError struct + Message string + RawError string + Status int + Type string + func AttributeMismatchError(raw_error string, message string) ApiError + func AuthorizationError(raw_error string, message string) ApiError + func DatabaseError(raw_error string, message string) ApiError + func InternalError(raw_error string, message string) ApiError + func MalformedRequestError(raw_error string, message string) ApiError + func UnknownError(raw_error string, message string) ApiError