Help Center> API Gateway> FAQs> Other FAQs> What Are the Error Messages Returned by APIG Like?
Updated on 2022-11-22 GMT+08:00

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

Other FAQs FAQs

more