PrintServerFailureInfo
Biểu diễn dưới dạng JSON |
{
"errorCode": enum (Code ),
"errorMessage": string,
// Union field failed_entity can be only one of the following:
"printServerId": string,
"printServer": {
object (PrintServer )
}
// End of list of possible types for union field failed_entity .
} |
Trường |
errorCode |
enum (Code )
Mã chuẩn hoá về nguyên nhân không áp dụng được bản cập nhật.
|
errorMessage |
string
Thông báo về lý do không thực hiện được.
|
Trường kết hợp failed_entity . failed_entity chỉ có thể là một trong những trạng thái sau đây:
|
printServerId |
string
Mã của máy chủ máy in bị lỗi.
|
printServer |
object (PrintServer )
Máy chủ máy in không hoạt động được.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-08-29 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-08-29 UTC."],[[["When updates fail to apply, an error code and message provide details about the failure."],["The error information can identify a specific print server by ID or provide details about the server itself."],["The `errorCode` is a standard code from the [Code](/admin-sdk/chrome-printer/reference/rest/v1/Code) enumeration that categorizes the failure reason."]]],[]]