__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
declare(strict_types=1);
namespace Automattic\WooCommerce\Internal\Agentic\Enums\Specs;
/**
* Error types as defined in the Agentic Commerce Protocol.
*/
class ErrorType {
/**
* Invalid request.
*/
const INVALID_REQUEST = 'invalid_request';
/**
* Request not idempotent.
*/
const REQUEST_NOT_IDEMPOTENT = 'request_not_idempotent';
/**
* Processing error.
*/
const PROCESSING_ERROR = 'processing_error';
/**
* Service unavailable.
*/
const SERVICE_UNAVAILABLE = 'service_unavailable';
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| CheckoutSessionStatus.php | File | 877 B | 0664 |
|
| ErrorCode.php | File | 677 B | 0664 |
|
| ErrorType.php | File | 522 B | 0664 |
|
| FulfillmentType.php | File | 319 B | 0664 |
|
| LinkType.php | File | 419 B | 0664 |
|
| MessageContentType.php | File | 338 B | 0664 |
|
| MessageType.php | File | 390 B | 0664 |
|
| OrderStatus.php | File | 1.14 KB | 0664 |
|
| PaymentMethod.php | File | 248 B | 0664 |
|
| PaymentProvider.php | File | 271 B | 0664 |
|
| RefundType.php | File | 357 B | 0664 |
|
| TotalType.php | File | 764 B | 0664 |
|