@bachman-dev/wanikani-api-types - v2.0.0
    Preparing search index...

    Interface ApiError

    An error response returned by the WaniKani API.

    interface ApiError {
        code: number;
        error: string;
    }
    Index

    Properties

    Properties

    code: number

    An HTTP status code indicating the type of error.

    error: string

    A message string that describes the error.