Class Net::SFTP::Operations::StatusException
In: lib/net/sftp/operations/errors.rb
Parent: Net::SFTP::Exception

A exception class for reporting a non-success result of an operation.

Methods

message   new  

Attributes

code  [R]  The error code (numeric)
description  [R]  The description of the error
language  [R]  The language in which the description is being reported (usually the empty string)

Public Class methods

Create a new status exception that reports the given code and description.

Public Instance methods

Override the default message format, to include the code and description.

[Validate]