Class NFSN::BadAuthenticationError
In: nfsn-api.rb
Parent: NFSN::Error
Error BadAuthenticationError BadTimestampError NotImplementedError APIObject Member Email Account Site DNS ::Exception Manager LogDevice NFSN dot/f_0.png

Methods

new  

Public Class methods

[Source]

# File nfsn-api.rb, line 59
        def initialize(detail)
                super("Authentication failed", detail)
        end

[Validate]