Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorField ¶
type ErrorField struct { Code int `json:"code"` Message string `json:"message"` Field string `json:"field"` }
func (ErrorField) String ¶
func (err ErrorField) String() string
type VirgilAPIError ¶
type VirgilAPIError struct { StatusCode int Code int `json:"code"` Message string `json:"message"` Errors []ErrorField `json:"errors,omitempty"` }
func (VirgilAPIError) Error ¶
func (err VirgilAPIError) Error() string
type VirgilHTTPClient ¶
type VirgilHTTPClient struct { Client HTTPClient Address string }
Click to show internal directories.
Click to hide internal directories.