Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 328 Bytes

AuthenticationError.md

File metadata and controls

20 lines (14 loc) · 328 Bytes

DocSpring::AuthenticationError

Properties

Name Type Description Notes
status String [optional]
error String

Example

require 'docspring'

instance = DocSpring::AuthenticationError.new(
  status: null,
  error: null
)