Method: ZohoHub::Response#mandatory_not_found?

Defined in:
lib/zoho_hub/response.rb

#mandatory_not_found?Boolean

Returns:

  • (Boolean)


33
34
35
# File 'lib/zoho_hub/response.rb', line 33

def mandatory_not_found?
  error_code?('MANDATORY_NOT_FOUND')
end