lnwire: add godoc comments for lnwire.FailureMessage
This commit is contained in:
parent
93c008bb46
commit
a7d846ac40
@ -15,7 +15,13 @@ import (
|
||||
// FailureMessage represents the onion failure object identified by its unique
|
||||
// failure code.
|
||||
type FailureMessage interface {
|
||||
// Code returns a failure code describing the exact nature of the
|
||||
// error.
|
||||
Code() FailCode
|
||||
|
||||
// Error returns a human readable string describing the error. With
|
||||
// this method, the FailureMessage interface meets the built-in error
|
||||
// interface.
|
||||
Error() string
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user