Exception: Splunk::EntityNotReady

Inherits:
StandardError
  • Object
show all
Defined in:
lib/splunk-sdk-ruby/entity_not_ready.rb

Overview

Exception thrown when fetching from an entity returns HTTP code 204.

This primarily comes up with jobs. When a job is not yet ready, fetching it from the server returns code 204, and we want to handle it specially.