Method: OvirtSDK4::Error#fault

Defined in:
lib/ovirtsdk4/errors.rb

#faultFault

The Fault object associated to the error.

Returns:

  • (Fault)

    The fault object associated to the error, if a fault was provided by the server, nil otherwise.



36
37
38
# File 'lib/ovirtsdk4/errors.rb', line 36

def fault
  @fault
end