MCPcopy Index your code
hub / github.com/dropbox/godropbox / Error

Method Error

errors/errors.go:79–81  ·  view source on GitHub ↗

This returns a string with all available error information, including inner errors that are wrapped by this errors.

()

Source from the content-addressed store, hash-verified

77// This returns a string with all available error information, including inner
78// errors that are wrapped by this errors.
79func (e *baseError) Error() string {
80 return extractFullErrorMessage(e, true)
81}
82
83// Implements DropboxError interface.
84func (e *baseError) GetMessage() string {

Callers

nothing calls this directly

Calls 1

extractFullErrorMessageFunction · 0.85

Tested by

no test coverage detected