Generated from the current FB API OpenAPI schema. View OpenAPI

Overview

Errors

All error responses use the same envelope.

Response Format

Error envelope
{
	"ok": false,
	"error": {
		"code": "VALIDATION_ERROR",
		"message": "请求参数无效"
	}
}

Error Codes