The error thrown when the parser encounters illegal CSV
formatting.
Note: Don’t use this class directly. This is an internal class.
Superclass of all errors raised in the DRb
module.
An exception wrapping an error object
Error
types.
Raised when the provided IP address is an invalid address.
Raised when the address family is invalid such as an address with an unsupported family, an address with an inconsistent family, or an address who’s family cannot be determined.
Raised when the address is an invalid length.
HTTPGenericRequest
is the parent of the Net::HTTPRequest
class. Do not use this directly; use a subclass of Net::HTTPRequest
.
Mixes in the Net::HTTPHeader
module to provide easier access to HTTP headers.
Parent class for client error (4xx) HTTP
response classes.
A client error response indicates that the client may have caused an error.
References:
Parent class for server error (5xx) HTTP
response classes.
A server error response indicates that the server failed to fulfill a request.
References:
Response class for Early Hints
responses (status code 103).
The Early Hints
indicates that the server has received and is processing the request, and contains certain headers; the final response is not available yet.
References:
Response class for Partial Content
responses (status code 206).
The Partial Content
response indicates that the server is delivering only part of the resource (byte serving) due to a Range
header in the request. See 206 Partial Content.
Response class for Moved Permanently
responses (status code 301).
The Moved Permanently
response indicates that links or records returning this response should be updated to use the given URL. See 301 Moved Permanently.
Response class for Permanent Redirect
responses (status code 308).
This and all future requests should be directed to the given URI
. See 308 Permanent Redirect.
Response class for Payment Required
responses (status code 402).
Reserved for future use. See 402 Payment Required.