Skip to content

NotionErrorCode

NotionErrorCode = "invalid_json" | "invalid_request_url" | "invalid_request" | "validation_error" | "missing_version" | "unauthorized" | "restricted_resource" | "object_not_found" | "conflict_error" | "rate_limited" | "internal_server_error" | "service_unavailable" | "service_overload" | "database_connection_unavailable" | "gateway_timeout"

Defined in: src/errors.ts:6

Notion API error codes based on official documentation.