Method: OCI::Errors::ServiceError#status_code

Defined in:
lib/oci/errors.rb

#status_codeInteger (readonly)

HTTP status code (such as 200 or 404)

Returns:

  • (Integer)


53
54
55
# File 'lib/oci/errors.rb', line 53

def status_code
  @status_code
end