Exception: Win32::TaskScheduler::Error

Inherits:
Puppet::Util::Windows::Error show all
Defined in:
lib/puppet/util/windows/taskscheduler.rb

Overview

The error class raised if any task scheduler specific calls fail.

Constant Summary

Constants inherited from Puppet::Util::Windows::Error

Puppet::Util::Windows::Error::ERROR_ACCESS_DENIED, Puppet::Util::Windows::Error::ERROR_FILE_NOT_FOUND, Puppet::Util::Windows::Error::FORMAT_MESSAGE_ALLOCATE_BUFFER, Puppet::Util::Windows::Error::FORMAT_MESSAGE_ARGUMENT_ARRAY, Puppet::Util::Windows::Error::FORMAT_MESSAGE_FROM_SYSTEM, Puppet::Util::Windows::Error::FORMAT_MESSAGE_IGNORE_INSERTS, Puppet::Util::Windows::Error::FORMAT_MESSAGE_MAX_WIDTH_MASK

Instance Attribute Summary

Attributes inherited from Puppet::Util::Windows::Error

#code

Attributes inherited from Puppet::Error

#original

Method Summary

Methods inherited from Puppet::Util::Windows::Error

format_error_code, #initialize

Methods included from FFI::Library

#attach_function_private

Methods inherited from Puppet::Error

#initialize

Constructor Details

This class inherits a constructor from Puppet::Util::Windows::Error