Repository URL to install this package:
|
Version:
0.1.0 ▾
|
module FieldEdgeApi
class Error < StandardError; end
class ConnectionError < Error; end
class AuthorizationError < Error; end
class BadRequestError < Error; end
class RecordNotFoundError < Error; end
end