Type Alias PlatformExternalApiFailedError

PlatformExternalApiFailedError: {
    type: "PLATFORM_EXTERNAL_API_FAILED";
    message?: string;
}

외부 api 오류

Type declaration

  • type: "PLATFORM_EXTERNAL_API_FAILED"
  • Optionalmessage?: string