Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorNotFound ¶
type ErrorNotFound struct{}
ErrorNotFound is returned when a 404 response is returned from New Relic's APIs.
func (*ErrorNotFound) Error ¶
func (e *ErrorNotFound) Error() string
type ErrorUnexpectedStatusCode ¶
ErrorUnexpectedStatusCode is returned when an unexpected status code is returned from New Relic's APIs.
func (*ErrorUnexpectedStatusCode) Error ¶
func (e *ErrorUnexpectedStatusCode) Error() string
Click to show internal directories.
Click to hide internal directories.