class Avmtrf1::Tools::Msgraph::Error
def code
-
(String)
-
def code data.fetch('code') end
def initialize(data)
def initialize(data) @data = data super(data.pretty_inspect) end
def invalid_token?
-
(Boolean)
-
def invalid_token? code == INVALID_TOKEN_CODE end