Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Result

Git Source

The outcome of the message call.

enum Result {
// The message was rejected.
PermanentFailure,
// The message was rejected but may be accepted later.
TransientFailure,
// The message was accepted and processed.
Success
}