Method: WindowsError::ErrorCode#description

Defined in:
lib/windows_error/error_code.rb

#descriptionString (readonly)

Returns the description of the error the code represents.

Returns:

  • (String)

    the description of the error the code represents



8
9
10
# File 'lib/windows_error/error_code.rb', line 8

def description
  @description
end