Skip to main content
Module

x/authlete_deno/mod.ts>ApiResponse

Authlete Library for Deno
Go to Latest
class ApiResponse
Re-export
import { ApiResponse } from "https://deno.land/x/authlete_deno@v1.2.9/mod.ts";

The base class of an API response from an Authlete API.

Properties

resultCode: string

The result code for an Authlete API call (e.g. 'A004001').

resultMessage: string

The result message for an Authlete API call (e.g. '[A001202] /client/get/list, Authorization header is missing.').