import "github.com/Shaked/getpocket/utils"
type Request struct{}
type RequestError struct { RequesterError // contains filtered or unexported fields }
func NewRequestError(xErrorCode int, xErrorText error) *RequestError
func (e *RequestError) Error() string
func (e *RequestError) ErrorCode() int
Package utils imports 6 packages (graph) and is imported by 2 packages. Updated 2016-07-16. Refresh now. Tools for package owners.