doc-exports/docs/apig/umn/apig-en-faq-180307001.html
Chen, Junjie 91c429e341 APIG UMN 20230331 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Chen, Junjie <chenjunjie@huawei.com>
Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
2023-06-01 08:59:08 +00:00

1.2 KiB

What Are the Error Messages Returned by APIG Like?

When receiving an API request, APIG returns a response. A similar response body is as follows:

{
	"error_code": "APIG.0101",
	"error_msg": "API does not exist or is not published in the environment.",
	"request_id": "acbc548ac6f2a0dbdb9e3518a7c0ff84"
}
  • "error_code": error code
  • "error_msg": description of the error