class Wanikani::API::Error

Overview

Raises in case of an API error: either an invalid API key, or invalid levels argument to some of the methods (radicals, kanji and vocabulary).

Defined in:

wanikani/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(code : String, message : String) #

[View source]

Instance Method Detail

def code : String #

[View source]