/home/kueuepay/public_html/vendor/nyholm/psr7/phpstan-baseline.neon
parameters:
	ignoreErrors:
		-
			message: "#^Result of && is always false\\.$#"
			count: 1
			path: src/Response.php

		-
			message: "#^Strict comparison using \\=\\=\\= between null and string will always evaluate to false\\.$#"
			count: 1
			path: src/Response.php

		-
			message: "#^Result of && is always false\\.$#"
			count: 1
			path: src/ServerRequest.php

		-
			message: "#^Strict comparison using \\!\\=\\= between null and null will always evaluate to false\\.$#"
			count: 1
			path: src/ServerRequest.php

		-
			message: "#^Result of && is always false\\.$#"
			count: 1
			path: src/Stream.php

		-
			message: "#^Result of && is always false\\.$#"
			count: 2
			path: src/UploadedFile.php

		-
			message: "#^Strict comparison using \\=\\=\\= between false and true will always evaluate to false\\.$#"
			count: 2
			path: src/UploadedFile.php
Error Handling

Error Handling

In case of an error, the API will return an error response containing a specific error code 400, 403 Failed and a user-friendly message. Refer to our API documentation for a comprehensive list of error codes and their descriptions.