View Source SFTPClient.InvalidOptionError exception (SFTP Client v2.0.1)

An error that is raised when the configuration contains invalid options.

Summary

Functions

Callback implementation for Exception.message/1.

Types

@type t() :: %SFTPClient.InvalidOptionError{
  __exception__: true,
  key: atom(),
  reason: term(),
  value: any()
}

Functions

Callback implementation for Exception.message/1.