Sha256: 270bc45b35537900d97dfe6a96daa2941bbdfe33ef71f8eb2db3baf1596a7bcf
Contents?: true
Size: 677 Bytes
Versions: 5
Compression:
Stored size: 677 Bytes
Contents
module NewRelic # Standard Errors # # Author:: Lee Atchison <lee@newrelic.com> # Copyright:: Copyright (c) 2012 New Relic, Inc. # module Plugin # :nodoc: class AgentError<Exception;end class NoAgents<Exception;end class NoMetrics<Exception;end class NewRelicCommError<Exception;end class UnknownInstalledAgent<AgentError;end class UnknownInstalledProcessor<AgentError;end class CouldNotInitializeAgent<AgentError;end class CouldNotInitializeProcessor<AgentError;end class BadConfig<AgentError;end class NoResultReturned<AgentError;end class NoDataReturned<AgentError;end class InvalidMetricValueType<AgentError;end end end
Version data entries
5 entries across 5 versions & 1 rubygems