class OpenApiSDK::Shared::Unauthorized

Although the HTTP standard specifies “unauthorized”, semantically this response means “unauthenticated”. That is, the client must authenticate itself to get the requested response.

def initialize(error: nil)

def initialize(error: nil)
  @error = error
end