lib/dor/services/client.rb in dor-services-client-12.12.0 vs lib/dor/services/client.rb in dor-services-client-12.12.1
- old
+ new
@@ -25,10 +25,10 @@
TOKEN_HEADER = 'Authorization'
# Base class for Dor::Services::Client exceptions
class Error < StandardError; end
- # Error that is raised when the ultimate remote server returns a 404 Not Found for the id in our request (e.g. for druid, barcode, catkey)
+ # Error that is raised when the ultimate remote server returns a 404 Not Found for the id in our request (e.g. druid, barcode, catkey, folio_instance_hrid)
class NotFoundResponse < Error; end
# Error that is raised when the remote server returns some unparsable response
class MalformedResponse < Error; end