Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class ApiResponse
import { ApiResponse } from "https://deno.land/x/authlete_deno@v1.2.3/src/dto/api_response.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.').