structure(list(method = "GET", url = "geo/ows?service=wfs&version=2.0.0&request=GetFeature&srsName=EPSG%3A4326&typeName=MarineRegions%3Aeez&filter=%0A%20%20%20%20%20%20%20%20%3CFilter%3E%0A%20%20%20%20%20%20%20%20%20%20%3CPropertyIsEqualTo%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CPropertyName%3Enotvalidparameter%3C%2FPropertyName%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CLiteral%3E3293%3C%2FLiteral%3E%0A%20%20%20%20%20%20%20%20%20%20%3C%2FPropertyIsEqualTo%3E%0A%20%20%20%20%20%20%20%20%3C%2FFilter%3E&outputFormat=SHAPE-ZIP",
status_code = 400L, headers = structure(list(`Access-Control-Allow-Origin` = "*",
`X-Frame-Options` = "SAMEORIGIN", `Content-Encoding` = "gzip",
`Content-Type` = "application/xml", `Transfer-Encoding` = "chunked",
Date = "Wed, 28 Jun 2023 12:55:54 GMT"), class = "httr2_headers"),
body = charToRaw("<?xml version=\"1.0\" encoding=\"UTF-8\"?><ows:ExceptionReport xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:ows=\"http://www.opengis.net/ows/1.1\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"2.0.0\" xsi:schemaLocation=\"http://www.opengis.net/ows/1.1 geo/schemas/ows/1.1.0/owsAll.xsd\">\n<ows:Exception exceptionCode=\"InvalidParameterValue\" locator=\"GetFeature\">\n<ows:ExceptionText>Illegal property name: notvalidparameter for feature type MarineRegions:eez</ows:ExceptionText>\n</ows:Exception>\n</ows:ExceptionReport>\n")), class = "httr2_response")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.