__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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 codes for message errors as defined in the Agentic Commerce Protocol.
*/
class ErrorCode {
/**
* Required field is missing.
*/
const MISSING = 'missing';
/**
* Field value is invalid.
*/
const INVALID = 'invalid';
/**
* Product is out of stock.
*/
const OUT_OF_STOCK = 'out_of_stock';
/**
* Payment was declined.
*/
const PAYMENT_DECLINED = 'payment_declined';
/**
* User sign-in is required.
*/
const REQUIRES_SIGN_IN = 'requires_sign_in';
/**
* 3D Secure authentication is required.
*/
const REQUIRES_3DS = 'requires_3ds';
}
| 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 |
|