System Error Codes (9000-11999)
Note Catatan
The information on this page is intended to be used by programmers so that the software they
write can better deal with errors. Informasi pada halaman ini dimaksudkan untuk digunakan
oleh programmer sehingga perangkat lunak mereka tulis kesepakatan yang lebih baik dapat
dengan kesalahan. If you are an end-user that is experiencing difficulty with an application
you are installing or running, contact customer support for the software that is displaying the
error message. Jika Anda adalah pengguna akhir yang sedang mengalami kesulitan dengan
aplikasi anda menginstal atau menjalankan, dukungan kontak pelanggan untuk software yang
menampilkan pesan kesalahan. To obtain support for a Microsoft product, go to
[Link] . Untuk mendapatkan dukungan untuk produk Microsoft,
pergi ke [Link] .
The System Error Codes are very broad. Kode Kesalahan Sistem sangat luas. Each one can
occur in one of many hundreds of locations in the system. Masing-masing dapat terjadi di
salah satu dari ratusan lokasi di sistem. Consequently the descriptions of these codes cannot
be very specific. Akibatnya deskripsi kode-kode ini tidak bisa sangat spesifik. Use of these
codes requires some amount of investigation and analysis. Penggunaan kode ini memerlukan
beberapa jumlah investigasi dan analisis. You need to note both the programmatic and the
run-time context in which these errors occur. Anda perlu perhatikan baik program dan
konteks run-time di mana kesalahan ini terjadi. Because these codes are defined in winerror.h
for anyone to use, sometimes the codes are returned by non-system software. Karena kode ini
didefinisikan dalam winerror.h bagi siapa saja untuk menggunakan, terkadang kode
dikembalikan oleh perangkat lunak non-sistem. Sometimes the code is returned by a function
deep in the stack and far removed from your code that is handling the error. Kadang-kadang
kode ini dikembalikan oleh fungsi dalam di tumpukan dan jauh dari kode Anda yang
menangani kesalahan.
The following table provides a list of system error codes (errors 9000 to 11999). Tabel
berikut memberikan daftar kode kesalahan sistem (error 9000-11999). These values are
defined in the winerror.h header file. Nilai-nilai yang didefinisikan dalam file header
winerror.h. They are returned by the GetLastError function when many functions fail.
Mereka dikembalikan oleh GetLastError berfungsi bila banyak fungsi gagal. To retrieve the
description text for the error in your application, use the FormatMessage function with the
FORMAT_MESSAGE_FROM_SYSTEM flag. Untuk mengambil teks keterangan untuk
kesalahan dalam aplikasi Anda, gunakan FormatMessage fungsi dengan bendera
FORMAT_MESSAGE_FROM_SYSTEM.
Constant/value Konstan / nilai Description Deskripsi
DNS_ERROR_RCODE_FORMAT_ERROR DNS server unable to interpret
DNS_ERROR_RCODE_FORMAT_ERROR format. DNS server tidak dapat
9001 (0x2329) 9001 (0x2329) menafsirkan format.
DNS_ERROR_RCODE_SERVER_FAILURE
DNS server failure. DNS
DNS_ERROR_RCODE_SERVER_FAILURE
server gagal.
9002 (0x232A) 9002 (0x232A)
DNS_ERROR_RCODE_NAME_ERROR DNS name does not exist.
DNS_ERROR_RCODE_NAME_ERROR nama DNS tidak ada.
9003 (0x232B) 9003 (0x232B)
DNS request not supported by
DNS_ERROR_RCODE_NOT_IMPLEMENTED
name server. DNS permintaan
DNS_ERROR_RCODE_NOT_IMPLEMENTED
tidak didukung oleh server
9004 (0x232C) 9004 (0x232C)
nama.
DNS_ERROR_RCODE_REFUSED
DNS operation refused.
DNS_ERROR_RCODE_REFUSED
operasi DNS menolak.
9005 (0x232D) 9005 (0x232D)
DNS name that ought not
DNS_ERROR_RCODE_YXDOMAIN
exist, does exist. nama DNS
DNS_ERROR_RCODE_YXDOMAIN
yang seharusnya tidak ada,
9006 (0x232E) 9006 (0x232E)
tidak ada.
DNS RR set that ought not
DNS_ERROR_RCODE_YXRRSET
exist, does exist. DNS set RR
DNS_ERROR_RCODE_YXRRSET
yang seharusnya tidak ada,
9007 (0x232F) 9007 (0x232F)
tidak ada.
DNS RR set that ought to
DNS_ERROR_RCODE_NXRRSET
exist, does not exist. DNS set
DNS_ERROR_RCODE_NXRRSET
RR yang seharusnya ada, tidak
9008 (0x2330) 9008 (0x2330)
ada.
DNS_ERROR_RCODE_NOTAUTH DNS server not authoritative
DNS_ERROR_RCODE_NOTAUTH for zone. DNS server tidak
9009 (0x2331) 9009 (0x2331) authoritative untuk zona.
DNS name in update or prereq
DNS_ERROR_RCODE_NOTZONE
is not in zone. nama DNS di
DNS_ERROR_RCODE_NOTZONE
update atau Prereq tidak di
9010 (0x2332) 9010 (0x2332)
zona.
DNS_ERROR_RCODE_BADSIG DNS signature failed to verify.
DNS_ERROR_RCODE_BADSIG tanda tangan DNS gagal untuk
9016 (0x2338) 9016 (0x2338) memverifikasi.
DNS_ERROR_RCODE_BADKEY
DNS bad key. DNS kunci
DNS_ERROR_RCODE_BADKEY
yang buruk.
9017 (0x2339) 9017 (0x2339)
DNS_ERROR_RCODE_BADTIME DNS signature validity
DNS_ERROR_RCODE_BADTIME expired. keabsahan tanda
9018 (0x233A) 9018 (0x233A) tangan DNS kadaluarsa.
No records found for given
DNS query. Tidak ada catatan
DNS_INFO_NO_RECORDS DNS_INFO_NO_RECORDS
yang ditemukan untuk
9501 (0x251D) 9501 (0x251D)
permintaan DNS yang
diberikan.
DNS_ERROR_BAD_PACKET
Bad DNS packet. Bad DNS
DNS_ERROR_BAD_PACKET
paket.
9502 (0x251E) 9502 (0x251E)
DNS_ERROR_NO_PACKET DNS_ERROR_NO_PACKET No DNS packet. Tidak DNS
9503 (0x251F) 9503 (0x251F) paket.
DNS_ERROR_RCODE DNS_ERROR_RCODE DNS error, check rcode.
9504 (0x2520) 9504 (0x2520) kesalahan DNS, periksa rcode.
DNS_ERROR_UNSECURE_PACKET
Unsecured DNS packet. Tanpa
DNS_ERROR_UNSECURE_PACKET
Jaminan DNS paket.
9505 (0x2521) 9505 (0x2521)
DNS_ERROR_INVALID_TYPE
Invalid DNS type. Valid DNS
DNS_ERROR_INVALID_TYPE
tipe.
9551 (0x254F) 9551 (0x254F)
DNS_ERROR_INVALID_IP_ADDRESS
Invalid IP address. Alamat IP
DNS_ERROR_INVALID_IP_ADDRESS
tidak valid.
9552 (0x2550) 9552 (0x2550)
DNS_ERROR_INVALID_PROPERTY
Invalid property. Valid
DNS_ERROR_INVALID_PROPERTY
properti.
9553 (0x2551) 9553 (0x2551)
DNS_ERROR_TRY_AGAIN_LATER
Try DNS operation again later.
DNS_ERROR_TRY_AGAIN_LATER
Coba operasi DNS lagi nanti.
9554 (0x2552) 9554 (0x2552)
Record for given name and
DNS_ERROR_NOT_UNIQUE
type is not unique. Rekor nama
DNS_ERROR_NOT_UNIQUE
yang diberikan dan jenis tidak
9555 (0x2553) 9555 (0x2553)
unik.
DNS name does not comply
DNS_ERROR_NON_RFC_NAME
with RFC specifications. nama
DNS_ERROR_NON_RFC_NAME
DNS tidak sesuai dengan
9556 (0x2554) 9556 (0x2554)
spesifikasi RFC.
DNS name is a fully-qualified
DNS_STATUS_FQDN DNS_STATUS_FQDN DNS name. nama DNS adalah
9557 (0x2555) 9557 (0x2555) nama DNS lengkap-
kualifikasi.
DNS_STATUS_DOTTED_NAME DNS name is dotted (multi-
DNS_STATUS_DOTTED_NAME label). DNS nama burik
9558 (0x2556) 9558 (0x2556) (multi-label).
DNS_STATUS_SINGLE_PART_NAME DNS name is a single-part
DNS_STATUS_SINGLE_PART_NAME name. nama DNS adalah nama
9559 (0x2557) 9559 (0x2557) tunggal-bagian.
DNS name contains an invalid
DNS_ERROR_INVALID_NAME_CHAR
character. nama DNS
DNS_ERROR_INVALID_NAME_CHAR
mengandung karakter tidak
9560 (0x2558) 9560 (0x2558)
valid.
DNS_ERROR_NUMERIC_NAME DNS name is entirely numeric.
DNS_ERROR_NUMERIC_NAME nama DNS sepenuhnya
9561 (0x2559) 9561 (0x2559) numerik.
The operation requested is not
DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER permitted on a DNS root
DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER server. Operasi yang diminta
9562 (0x255A) 9562 (0x255A) tidak diijinkan pada server root
DNS.
DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION The record could not be
DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION created because this part of the
9563 (0x255B) 9563 (0x255B) DNS namespace has been
delegated to another server.
Rekor tidak dapat dibuat
karena ini bagian dari
namespace DNS telah
didelegasikan ke server lain.
The DNS server could not find
DNS_ERROR_CANNOT_FIND_ROOT_HINTS
a set of root hints. DNS Server
DNS_ERROR_CANNOT_FIND_ROOT_HINTS
tidak dapat menemukan satu
9564 (0x255C) 9564 (0x255C)
set petunjuk akar.
The DNS server found root
hints but they were not
DNS_ERROR_INCONSISTENT_ROOT_HINTS consistent across all adapters.
DNS_ERROR_INCONSISTENT_ROOT_HINTS Server DNS menemukan
9565 (0x255D) 9565 (0x255D) petunjuk akar tapi mereka
tidak konsisten di semua
adapter.
The specified value is too
DNS_ERROR_DWORD_VALUE_TOO_SMALL
small for this parameter. Nilai
DNS_ERROR_DWORD_VALUE_TOO_SMALL
yang ditentukan terlalu kecil
9566 (0x255E) 9566 (0x255E)
untuk parameter ini.
The specified value is too large
DNS_ERROR_DWORD_VALUE_TOO_LARGE
for this parameter. Nilai yang
DNS_ERROR_DWORD_VALUE_TOO_LARGE
diberikan tidak terlalu besar
9567 (0x255F) 9567 (0x255F)
untuk parameter ini.
This operation is not allowed
while the DNS server is
loading zones in the
DNS_ERROR_BACKGROUND_LOADING
background. Operasi ini tidak
DNS_ERROR_BACKGROUND_LOADING
diperbolehkan sedangkan DNS
9568 (0x2560) 9568 (0x2560)
server loading zona di latar
belakang. Please try again
later. Silakan coba lagi nanti.
The operation requested is not
permitted on against a DNS
DNS_ERROR_NOT_ALLOWED_ON_RODC server running on a read-only
DNS_ERROR_NOT_ALLOWED_ON_RODC DC. Operasi yang diminta
9569 (0x2561) 9569 (0x2561) tidak diijinkan pada terhadap
server DNS berjalan pada
sebuah DC read-only.
No data is allowed to exist
DNS_ERROR_NOT_ALLOWED_UNDER_DNAME underneath a DNAME record.
DNS_ERROR_NOT_ALLOWED_UNDER_DNAME Tidak ada data yang
9570 (0x2562) 9570 (0x2562) diperbolehkan ada di bawah
rekor DNAME.
This operation requires
DNS_ERROR_DELEGATION_REQUIRED
credentials delegation. Operasi
DNS_ERROR_DELEGATION_REQUIRED
ini membutuhkan delegasi
9571 (0x2563) 9571 (0x2563)
kredensial.
DNS_ERROR_ZONE_DOES_NOT_EXIST DNS zone does not exist. zona
DNS_ERROR_ZONE_DOES_NOT_EXIST DNS tidak ada.
9601 (0x2581) 9601 (0x2581)
DNS_ERROR_NO_ZONE_INFO DNS zone information not
DNS_ERROR_NO_ZONE_INFO available. DNS zona informasi
9602 (0x2582) 9602 (0x2582) tidak tersedia.
DNS_ERROR_INVALID_ZONE_OPERATION Invalid operation for DNS
DNS_ERROR_INVALID_ZONE_OPERATION zone. Valid operasi untuk zona
9603 (0x2583) 9603 (0x2583) DNS.
DNS_ERROR_ZONE_CONFIGURATION_ERROR Invalid DNS zone
DNS_ERROR_ZONE_CONFIGURATION_ERROR configuration. Valid DNS zona
9604 (0x2584) 9604 (0x2584) konfigurasi.
DNS zone has no start of
DNS_ERROR_ZONE_HAS_NO_SOA_RECORD
authority (SOA) record. zona
DNS_ERROR_ZONE_HAS_NO_SOA_RECORD
DNS tidak memiliki catatan
9605 (0x2585) 9605 (0x2585)
otoritas awal (SOA).
DNS zone has no Name Server
DNS_ERROR_ZONE_HAS_NO_NS_RECORDS
(NS) record. zona DNS tidak
DNS_ERROR_ZONE_HAS_NO_NS_RECORDS
memiliki Name Server (NS)
9606 (0x2586) 9606 (0x2586)
record.
DNS_ERROR_ZONE_LOCKED
DNS zone is locked. Zona
DNS_ERROR_ZONE_LOCKED
DNS terkunci.
9607 (0x2587) 9607 (0x2587)
DNS_ERROR_ZONE_CREATION_FAILED
DNS zone creation failed.
DNS_ERROR_ZONE_CREATION_FAILED
penciptaan zona DNS gagal.
9608 (0x2588) 9608 (0x2588)
DNS_ERROR_ZONE_ALREADY_EXISTS
DNS zone already exists. zona
DNS_ERROR_ZONE_ALREADY_EXISTS
DNS sudah ada.
9609 (0x2589) 9609 (0x2589)
DNS_ERROR_AUTOZONE_ALREADY_EXISTS DNS automatic zone already
DNS_ERROR_AUTOZONE_ALREADY_EXISTS exists. zona DNS otomatis
9610 (0x258A) 9610 (0x258A) sudah ada.
DNS_ERROR_INVALID_ZONE_TYPE
Invalid DNS zone type. Valid
DNS_ERROR_INVALID_ZONE_TYPE
DNS zona tipe.
9611 (0x258B) 9611 (0x258B)
Secondary DNS zone requires
DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP
master IP address. Secondary
DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP
DNS zona memerlukan alamat
9612 (0x258C) 9612 (0x258C)
IP master.
DNS_ERROR_ZONE_NOT_SECONDARY
DNS zone not secondary. DNS
DNS_ERROR_ZONE_NOT_SECONDARY
zona tidak sekunder.
9613 (0x258D) 9613 (0x258D)
DNS_ERROR_NEED_SECONDARY_ADDRESSES
Need secondary IP address.
DNS_ERROR_NEED_SECONDARY_ADDRESSES
Butuh alamat sekunder IP.
9614 (0x258E) 9614 (0x258E)
DNS_ERROR_WINS_INIT_FAILED
WINS initialization failed.
DNS_ERROR_WINS_INIT_FAILED
inisialisasi WINS gagal.
9615 (0x258F) 9615 (0x258F)
DNS_ERROR_NEED_WINS_SERVERS Need WINS servers. Butuh
DNS_ERROR_NEED_WINS_SERVERS server WINS.
9616 (0x2590) 9616 (0x2590)
DNS_ERROR_NBSTAT_INIT_FAILED NBTSTAT initialization call
DNS_ERROR_NBSTAT_INIT_FAILED failed. nbtstat inisialisasi
9617 (0x2591) 9617 (0x2591) panggilan gagal.
Invalid delete of start of
DNS_ERROR_SOA_DELETE_INVALID
authority (SOA) Valid
DNS_ERROR_SOA_DELETE_INVALID
menghapus dari awal otoritas
9618 (0x2592) 9618 (0x2592)
(SOA)
A conditional forwarding zone
DNS_ERROR_FORWARDER_ALREADY_EXISTS already exists for that name.
DNS_ERROR_FORWARDER_ALREADY_EXISTS Sebuah zona forwarding
9619 (0x2593) 9619 (0x2593) bersyarat sudah ada untuk
nama itu.
This zone must be configured
with one or more master DNS
DNS_ERROR_ZONE_REQUIRES_MASTER_IP
server IP addresses. Zona ini
DNS_ERROR_ZONE_REQUIRES_MASTER_IP
harus dikonfigurasi dengan
9620 (0x2594) 9620 (0x2594)
satu atau lebih master DNS
server IP alamat.
The operation cannot be
DNS_ERROR_ZONE_IS_SHUTDOWN performed because this zone is
DNS_ERROR_ZONE_IS_SHUTDOWN shutdown. Operasi tidak dapat
9621 (0x2595) 9621 (0x2595) dilakukan karena zona ini
adalah penutupan.
DNS_ERROR_PRIMARY_REQUIRES_DATAFILE Primary DNS zone requires
DNS_ERROR_PRIMARY_REQUIRES_DATAFILE datafile. Primer DNS zona
9651 (0x25B3) 9651 (0x25B3) membutuhkan datafile.
DNS_ERROR_INVALID_DATAFILE_NAME Invalid datafile name for DNS
DNS_ERROR_INVALID_DATAFILE_NAME zone. Datafile tidak valid nama
9652 (0x25B4) 9652 (0x25B4) untuk zona DNS.
DNS_ERROR_DATAFILE_OPEN_FAILURE Failed to open datafile for
DNS_ERROR_DATAFILE_OPEN_FAILURE DNS zone. Gagal membuka
9653 (0x25B5) 9653 (0x25B5) datafile untuk zona DNS.
Failed to write datafile for
DNS_ERROR_FILE_WRITEBACK_FAILED
DNS zone. Gagal untuk
DNS_ERROR_FILE_WRITEBACK_FAILED
menulis datafile untuk zona
9654 (0x25B6) 9654 (0x25B6)
DNS.
Failure while reading datafile
DNS_ERROR_DATAFILE_PARSING
for DNS zone. Kegagalan
DNS_ERROR_DATAFILE_PARSING
sambil membaca datafile untuk
9655 (0x25B7) 9655 (0x25B7)
zona DNS.
DNS_ERROR_RECORD_DOES_NOT_EXIST
DNS record does not exist.
DNS_ERROR_RECORD_DOES_NOT_EXIST
catatan DNS tidak ada.
9701 (0x25E5) 9701 (0x25E5)
DNS_ERROR_RECORD_FORMAT
DNS record format error. DNS
DNS_ERROR_RECORD_FORMAT
record kesalahan format.
9702 (0x25E6) 9702 (0x25E6)
DNS_ERROR_NODE_CREATION_FAILED Node creation failure in DNS.
DNS_ERROR_NODE_CREATION_FAILED Node penciptaan kegagalan
9703 (0x25E7) 9703 (0x25E7) dalam DNS.
DNS_ERROR_UNKNOWN_RECORD_TYPE
Unknown DNS record type.
DNS_ERROR_UNKNOWN_RECORD_TYPE
Unknown DNS tipe record.
9704 (0x25E8) 9704 (0x25E8)
DNS_ERROR_RECORD_TIMED_OUT
DNS record timed out. catatan
DNS_ERROR_RECORD_TIMED_OUT
DNS timed out.
9705 (0x25E9) 9705 (0x25E9)
DNS_ERROR_NAME_NOT_IN_ZONE
Name not in DNS zone. Nama
DNS_ERROR_NAME_NOT_IN_ZONE
tidak di zona DNS.
9706 (0x25EA) 9706 (0x25EA)
DNS_ERROR_CNAME_LOOP
CNAME loop detected.
DNS_ERROR_CNAME_LOOP
CNAME loop terdeteksi.
9707 (0x25EB) 9707 (0x25EB)
DNS_ERROR_NODE_IS_CNAME Node is a CNAME DNS
DNS_ERROR_NODE_IS_CNAME record. Node adalah DNS
9708 (0x25EC) 9708 (0x25EC) CNAME record.
A CNAME record already
DNS_ERROR_CNAME_COLLISION
exists for given name.
DNS_ERROR_CNAME_COLLISION
CNAME record sudah ada
9709 (0x25ED) 9709 (0x25ED)
untuk nama yang diberikan.
DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT Record only at DNS zone root.
DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT Rekam hanya pada akar zona
9710 (0x25EE) 9710 (0x25EE) DNS.
DNS_ERROR_RECORD_ALREADY_EXISTS
DNS record already exists.
DNS_ERROR_RECORD_ALREADY_EXISTS
catatan DNS sudah ada.
9711 (0x25EF) 9711 (0x25EF)
DNS_ERROR_SECONDARY_DATA Secondary DNS zone data
DNS_ERROR_SECONDARY_DATA error. Secondary DNS zona
9712 (0x25F0) 9712 (0x25F0) kesalahan data.
DNS_ERROR_NO_CREATE_CACHE_DATA Could not create DNS cache
DNS_ERROR_NO_CREATE_CACHE_DATA data. Tidak dapat membuat
9713 (0x25F1) 9713 (0x25F1) data DNS cache.
DNS_ERROR_NAME_DOES_NOT_EXIST
DNS name does not exist.
DNS_ERROR_NAME_DOES_NOT_EXIST
nama DNS tidak ada.
9714 (0x25F2) 9714 (0x25F2)
DNS_WARNING_PTR_CREATE_FAILED Could not create pointer (PTR)
DNS_WARNING_PTR_CREATE_FAILED record. Tidak dapat membuat
9715 (0x25F3) 9715 (0x25F3) pointer (PTR) record.
DNS_WARNING_DOMAIN_UNDELETED
DNS domain was undeleted.
DNS_WARNING_DOMAIN_UNDELETED
DNS domain itu terhapus.
9716 (0x25F4) 9716 (0x25F4)
DNS_ERROR_DS_UNAVAILABLE The directory service is
DNS_ERROR_DS_UNAVAILABLE unavailable. Directory service
9717 (0x25F5) 9717 (0x25F5) tidak tersedia.
DNS zone already exists in the
DNS_ERROR_DS_ZONE_ALREADY_EXISTS
directory service. zona DNS
DNS_ERROR_DS_ZONE_ALREADY_EXISTS
sudah ada di dalam layanan
9718 (0x25F6) 9718 (0x25F6)
direktori.
DNS server not creating or
reading the boot file for the
DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE directory service integrated
DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE DNS zone. server DNS tidak
9719 (0x25F7) 9719 (0x25F7) membuat atau membaca file
boot untuk layanan direktori
terpadu DNS zona.
DNS_ERROR_NODE_IS_DNAME Node is a DNAME DNS
DNS_ERROR_NODE_IS_DNAME record. Node adalah DNAME
9720 (0x25F8) 9720 (0x25F8) DNS record.
A DNAME record already
DNS_ERROR_DNAME_COLLISION
exists for given name. Sebuah
DNS_ERROR_DNAME_COLLISION
catatan DNAME sudah ada
9721 (0x25F9) 9721 (0x25F9)
untuk nama yang diberikan.
An alias loop has been
detected with either CNAME
DNS_ERROR_ALIAS_LOOP DNS_ERROR_ALIAS_LOOP or DNAME records. Sebuah
9722 (0x25FA) 9722 (0x25FA) loop alias telah terdeteksi
dengan baik data CNAME
atau DNAME.
DNS_INFO_AXFR_COMPLETE DNS AXFR (zone transfer)
DNS_INFO_AXFR_COMPLETE complete. DNS AXFR (zona
9751 (0x2617) 9751 (0x2617) transfer) lengkap.
DNS_ERROR_AXFR DNS_ERROR_AXFR DNS zone transfer failed.
9752 (0x2618) 9752 (0x2618) transfer zona DNS gagal.
DNS_INFO_ADDED_LOCAL_WINS Added local WINS server.
DNS_INFO_ADDED_LOCAL_WINS Ditambahkan WINS server
9753 (0x2619) 9753 (0x2619) lokal.
Secure update call needs to
DNS_STATUS_CONTINUE_NEEDED
continue update request.
DNS_STATUS_CONTINUE_NEEDED
panggilan update Secure perlu
9801 (0x2649) 9801 (0x2649)
terus memperbarui permintaan.
TCP/IP network protocol not
DNS_ERROR_NO_TCPIP DNS_ERROR_NO_TCPIP
installed. TCP / IP protokol
9851 (0x267B) 9851 (0x267B)
jaringan tidak terpasang.
No DNS servers configured
DNS_ERROR_NO_DNS_SERVERS
for local system. Tidak ada
DNS_ERROR_NO_DNS_SERVERS
server DNS dikonfigurasi
9852 (0x267C) 9852 (0x267C)
untuk sistem lokal.
DNS_ERROR_DP_DOES_NOT_EXIST The specified directory
DNS_ERROR_DP_DOES_NOT_EXIST partition does not exist. Partisi
9901 (0x26AD) 9901 (0x26AD) direktori tertentu tidak ada.
The specified directory
DNS_ERROR_DP_ALREADY_EXISTS
partition already exists. Partisi
DNS_ERROR_DP_ALREADY_EXISTS
direktori yang ditentukan
9902 (0x26AE) 9902 (0x26AE)
sudah ada.
DNS_ERROR_DP_NOT_ENLISTED This DNS server is not
DNS_ERROR_DP_NOT_ENLISTED enlisted in the specified
9903 (0x26AF) 9903 (0x26AF) directory partition. DNS server
ini tidak terdaftar di partisi
direktori yang ditentukan.
This DNS server is already
DNS_ERROR_DP_ALREADY_ENLISTED enlisted in the specified
DNS_ERROR_DP_ALREADY_ENLISTED directory partition. DNS server
9904 (0x26B0) 9904 (0x26B0) ini sudah terdaftar di partisi
direktori yang ditentukan.
The directory partition is not
available at this time. Partisi
DNS_ERROR_DP_NOT_AVAILABLE
directory tidak tersedia waktu
DNS_ERROR_DP_NOT_AVAILABLE
ini. Please wait a few minutes
9905 (0x26B1) 9905 (0x26B1)
and try again. Silakan tunggu
beberapa menit dan coba lagi.
The application directory
partition operation failed.
Direktori aplikasi partisi
operasi gagal. The domain
controller holding the domain
naming master role is down or
DNS_ERROR_DP_FSMO_ERROR unable to service the request or
DNS_ERROR_DP_FSMO_ERROR is not running Windows Server
9906 (0x26B2) 9906 (0x26B2) 2003. Kontroler domain
memegang peran penamaan
domain master sedang down
atau tidak dapat melayani
permintaan atau tidak
menjalankan Windows Server
2003.
A blocking operation was
interrupted by a call to
WSAEINTR WSAEINTR WSACancelBlockingCall.
10004 (0x2714) 10004 (0x2714) Sebuah operasi pemblokiran
terpotong oleh panggilan untuk
WSACancelBlockingCall.
The file handle supplied is not
WSAEBADF WSAEBADF
valid. Menangani file yang
10009 (0x2719) 10009 (0x2719)
diberikan tidak valid.
An attempt was made to access
a socket in a way forbidden by
WSAEACCES WSAEACCES its access permissions. Suatu
10013 (0x271D) 10013 (0x271D) usaha dilakukan untuk
mengakses socket dengan cara
yang dilarang oleh ijin akses.
WSAEFAULT WSAEFAULT The system detected an invalid
10014 (0x271E) 10014 (0x271E) pointer address in attempting
to use a pointer argument in a
call. Sistem ini mendeteksi
alamat pointer tidak valid
dalam mencoba untuk
menggunakan argumen pointer
dalam panggilan.
An invalid argument was
WSAEINVAL WSAEINVAL supplied. Sebuah argumen
10022 (0x2726) 10022 (0x2726) yang tidak valid telah
disediakan.
Too many open sockets.
WSAEMFILE WSAEMFILE
Terlalu banyak membuka
10024 (0x2728) 10024 (0x2728)
soket.
A non-blocking socket
operation could not be
WSAEWOULDBLOCK WSAEWOULDBLOCK completed immediately.
10035 (0x2733) 10035 (0x2733) Sebuah operasi non-blocking
socket tidak dapat diselesaikan
segera.
A blocking operation is
WSAEINPROGRESS WSAEINPROGRESS currently executing. Operasi
10036 (0x2734) 10036 (0x2734) memblokir saat ini
mengeksekusi.
An operation was attempted on
a non-blocking socket that
already had an operation in
WSAEALREADY WSAEALREADY
progress. Sebuah operasi telah
10037 (0x2735) 10037 (0x2735)
diusahakan pada soket non-
blocking yang telah memiliki
operasi berlangsung.
An operation was attempted on
something that is not a socket.
WSAENOTSOCK WSAENOTSOCK
Sebuah operasi telah
10038 (0x2736) 10038 (0x2736)
diusahakan pada sesuatu yang
bukan soket.
A required address was
omitted from an operation on a
WSAEDESTADDRREQ WSAEDESTADDRREQ
socket. Sebuah alamat yang
10039 (0x2737) 10039 (0x2737)
diperlukan adalah dihilangkan
dari operasi pada socket.
WSAEMSGSIZE WSAEMSGSIZE A message sent on a datagram
10040 (0x2738) 10040 (0x2738) socket was larger than the
internal message buffer or
some other network limit, or
the buffer used to receive a
datagram into was smaller than
the datagram itself. Pesan
dikirim pada soket datagram
adalah lebih besar dari buffer
pesan internal atau membatasi
jaringan lainnya, atau buffer
digunakan untuk menerima
datagram menjadi lebih kecil
daripada datagram itu sendiri.
A protocol was specified in the
socket function call that does
not support the semantics of
the socket type requested.
WSAEPROTOTYPE WSAEPROTOTYPE
Sebuah protokol ditentukan
10041 (0x2739) 10041 (0x2739)
dalam fungsi panggil soket
yang tidak mendukung
semantik dari tipe soket
diminta.
An unknown, invalid, or
unsupported option or level
was specified in a getsockopt
or setsockopt call. Sebuah
WSAENOPROTOOPT WSAENOPROTOOPT
pilihan yang tidak diketahui,
10042 (0x273A) 10042 (0x273A)
tidak valid, atau tidak
didukung atau tingkat yang
ditentukan dalam getsockopt
atau telepon setsockopt.
The requested protocol has not
been configured into the
system, or no implementation
WSAEPROTONOSUPPORT WSAEPROTONOSUPPORT
for it exists. Protokol diminta
10043 (0x273B) 10043 (0x273B)
belum dikonfigurasi ke dalam
sistem, atau tidak ada
implementasi untuk itu ada.
The support for the specified
socket type does not exist in
WSAESOCKTNOSUPPORT WSAESOCKTNOSUPPORT this address family. Dukungan
10044 (0x273C) 10044 (0x273C) untuk jenis soket yang
diberikan tidak ada pada
keluarga ini alamat.
The attempted operation is not
supported for the type of
WSAEOPNOTSUPP WSAEOPNOTSUPP
object referenced. Operasi
10045 (0x273D) 10045 (0x273D)
berusaha tidak didukung untuk
jenis objek yang dirujuk.
The protocol family has not
been configured into the
system or no implementation
WSAEPFNOSUPPORT WSAEPFNOSUPPORT
for it exists. Keluarga protokol
10046 (0x273E) 10046 (0x273E)
belum dikonfigurasi ke dalam
sistem atau tidak ada
implementasi untuk itu ada.
An address incompatible with
the requested protocol was
WSAEAFNOSUPPORT WSAEAFNOSUPPORT
used. Alamat tidak sesuai
10047 (0x273F) 10047 (0x273F)
dengan protokol yang diminta
digunakan.
Only one usage of each socket
address (protocol/network
address/port) is normally
WSAEADDRINUSE WSAEADDRINUSE permitted. Hanya satu
10048 (0x2740) 10048 (0x2740) penggunaan setiap alamat
socket (protocol / network
address / port) biasanya
diijinkan.
The requested address is not
WSAEADDRNOTAVAIL WSAEADDRNOTAVAIL valid in its context. Alamat
10049 (0x2741) 10049 (0x2741) yang diminta tidak valid dalam
konteksnya.
A socket operation
WSAENETDOWN WSAENETDOWN encountered a dead network.
10050 (0x2742) 10050 (0x2742) Sebuah operasi soket
mengalami jaringan mati.
A socket operation was
attempted to an unreachable
WSAENETUNREACH WSAENETUNREACH
network. Sebuah operasi
10051 (0x2743) 10051 (0x2743)
socket dicoba untuk jaringan
unreachable.
The connection has been
broken due to keep-alive
activity detecting a failure
while the operation was in
WSAENETRESET WSAENETRESET
progress. Koneksi telah rusak
10052 (0x2744) 10052 (0x2744)
aktivitas untuk menjaga-hidup
karena kegagalan mendeteksi
ketika operasi sedang
berlangsung.
An established connection was
aborted by the software in your
WSAECONNABORTED WSAECONNABORTED host machine. Koneksi
10053 (0x2745) 10053 (0x2745) didirikan dibatalkan oleh
perangkat lunak di komputer
host Anda.
An existing connection was
forcibly closed by the remote
WSAECONNRESET WSAECONNRESET
host. Sebuah koneksi yang ada
10054 (0x2746) 10054 (0x2746)
secara paksa ditutup oleh
remote host.
WSAENOBUFS WSAENOBUFS An operation on a socket could
10055 (0x2747) 10055 (0x2747) not be performed because the
system lacked sufficient buffer
space or because a queue was
full. Sebuah operasi pada soket
tidak dapat dilakukan karena
sistem tidak memiliki ruang
buffer yang cukup atau karena
antrian penuh.
A connect request was made
on an already connected
WSAEISCONN WSAEISCONN
socket. Permintaan terhubung
10056 (0x2748) 10056 (0x2748)
dibuat pada soket sudah
tersambung.
A request to send or receive
data was disallowed because
the socket is not connected and
(when sending on a datagram
socket using a sendto call) no
address was supplied.
WSAENOTCONN WSAENOTCONN Permintaan untuk mengirim
10057 (0x2749) 10057 (0x2749) atau menerima data yang
dibolehkan karena stopkontak
tidak tersambung dan (saat
mengirim pada soket datagram
menggunakan panggilan
sendto) tidak ada alamat yang
disediakan.
A request to send or receive
data was disallowed because
the socket had already been
shut down in that direction
with a previous shutdown call.
WSAESHUTDOWN WSAESHUTDOWN
Permintaan untuk mengirim
10058 (0x274A) 10058 (0x274A)
atau menerima data yang
dibolehkan karena soket
tersebut telah ditutup pada
arah itu dengan panggilan
shutdown sebelumnya.
Too many references to some
WSAETOOMANYREFS WSAETOOMANYREFS kernel object. Terlalu banyak
10059 (0x274B) 10059 (0x274B) referensi ke beberapa obyek
kernel.
A connection attempt failed
because the connected party
did not properly respond after
a period of time, or established
connection failed because
connected host has failed to
WSAETIMEDOUT WSAETIMEDOUT
respond. Sebuah usaha koneksi
10060 (0x274C) 10060 (0x274C)
gagal karena pihak terkait
tidak merespon dengan baik
setelah beberapa waktu, atau
koneksi didirikan gagal karena
host dihubungkan telah gagal
untuk menanggapi.
WSAECONNREFUSED WSAECONNREFUSED No connection could be made
because the target machine
actively refused it. Tidak ada
10061 (0x274D) 10061 (0x274D) koneksi dapat dilakukan
karena mesin target aktif
menolaknya.
WSAELOOP WSAELOOP Cannot translate name. Tidak
10062 (0x274E) 10062 (0x274E) dapat menerjemahkan nama.
Name component or name was
WSAENAMETOOLONG WSAENAMETOOLONG
too long. Nama komponen
10063 (0x274F) 10063 (0x274F)
atau nama terlalu panjang.
A socket operation failed
because the destination host
WSAEHOSTDOWN WSAEHOSTDOWN
was down. Sebuah operasi
10064 (0x2750) 10064 (0x2750)
soket gagal karena tuan rumah
tujuan turun.
A socket operation was
attempted to an unreachable
WSAEHOSTUNREACH WSAEHOSTUNREACH
host. Sebuah operasi socket
10065 (0x2751) 10065 (0x2751)
dicoba untuk sebuah host
unreachable.
Cannot remove a directory that
WSAENOTEMPTY WSAENOTEMPTY is not empty. Tidak dapat
10066 (0x2752) 10066 (0x2752) menghapus sebuah direktori
yang tidak kosong.
A Windows Sockets
implementation may have a
limit on the number of
applications that may use it
WSAEPROCLIM WSAEPROCLIM simultaneously. Sebuah
10067 (0x2753) 10067 (0x2753) implementasi Windows Socket
mungkin memiliki batas pada
jumlah aplikasi yang dapat
menggunakannya secara
bersamaan.
WSAEUSERS WSAEUSERS Ran out of quota. Kehabisan
10068 (0x2754) 10068 (0x2754) kuota.
WSAEDQUOT WSAEDQUOT Ran out of disk quota.
10069 (0x2755) 10069 (0x2755) Kehabisan kuota disk.
File handle reference is no
WSAESTALE WSAESTALE longer available. File
10070 (0x2756) 10070 (0x2756) menangani referensi tidak lagi
tersedia.
Item is not available locally.
WSAEREMOTE WSAEREMOTE
Item tidak tersedia secara
10071 (0x2757) 10071 (0x2757)
lokal.
WSASYSNOTREADY WSASYSNOTREADY WSAStartup cannot function
10091 (0x276B) 10091 (0x276B) at this time because the
underlying system it uses to
provide network services is
currently unavailable.
WSAStartup tidak bisa
berfungsi pada saat ini karena
sistem yang mendasarinya
menggunakan untuk
menyediakan layanan jaringan
saat ini tidak tersedia.
The Windows Sockets version
WSAVERNOTSUPPORTED WSAVERNOTSUPPORTED requested is not supported.
10092 (0x276C) 10092 (0x276C) Windows Socket versi diminta
tidak didukung.
Either the application has not
called WSAStartup, or
WSANOTINITIALISED WSANOTINITIALISED WSAStartup failed. Entah
10093 (0x276D) 10093 (0x276D) aplikasi belum menelepon
WSAStartup, atau
WSAStartup gagal.
Returned by WSARecv or
WSARecvFrom to indicate the
remote party has initiated a
graceful shutdown sequence.
WSAEDISCON WSAEDISCON
Dikembalikan oleh WSARecv
10101 (0x2775) 10101 (0x2775)
atau WSARecvFrom untuk
menunjukkan partai remote
telah memulai urutan
shutdown anggun.
No more results can be
returned by
WSAENOMORE WSAENOMORE WSALookupServiceNext.
10102 (0x2776) 10102 (0x2776) Tidak ada hasil yang lebih
dapat dikembalikan oleh
WSALookupServiceNext.
A call to
WSALookupServiceEnd was
made while this call was still
processing. Panggilan untuk
WSAECANCELLED WSAECANCELLED
WSALookupServiceEnd
10103 (0x2777) 10103 (0x2777)
dibuat saat panggilan ini masih
diproses. The call has been
canceled. panggilan telah
dibatalkan.
WSAEINVALIDPROCTABLE The procedure call table is
WSAEINVALIDPROCTABLE invalid. Tabel pemanggilan
10104 (0x2778) 10104 (0x2778) prosedur tidak valid.
The requested service provider
WSAEINVALIDPROVIDER WSAEINVALIDPROVIDER
is invalid. Penyedia layanan
10105 (0x2779) 10105 (0x2779)
yang diminta tidak valid.
WSAEPROVIDERFAILEDINIT The requested service provider
WSAEPROVIDERFAILEDINIT could not be loaded or
initialized. Penyedia layanan
10106 (0x277A) 10106 (0x277A) yang diminta tidak dapat
dimuat atau diinisialisasi.
WSASYSCALLFAILURE WSASYSCALLFAILURE A system call has failed.
10107 (0x277B) 10107 (0x277B) Sebuah system call telah gagal.
No such service is known.
Tidak ada pelayanan seperti itu
WSASERVICE_NOT_FOUND diketahui. The service cannot
WSASERVICE_NOT_FOUND be found in the specified name
10108 (0x277C) 10108 (0x277C) space. Layanan ini tidak dapat
ditemukan di ruang nama yang
ditentukan.
The specified class was not
WSATYPE_NOT_FOUND WSATYPE_NOT_FOUND
found. Kelas yang ditentukan
10109 (0x277D) 10109 (0x277D)
tidak ditemukan.
No more results can be
returned by
WSA_E_NO_MORE WSA_E_NO_MORE WSALookupServiceNext.
10110 (0x277E) 10110 (0x277E) Tidak ada hasil yang lebih
dapat dikembalikan oleh
WSALookupServiceNext.
A call to
WSALookupServiceEnd was
made while this call was still
processing. Panggilan untuk
WSA_E_CANCELLED WSA_E_CANCELLED
WSALookupServiceEnd
10111 (0x277F) 10111 (0x277F)
dibuat saat panggilan ini masih
diproses. The call has been
canceled. panggilan telah
dibatalkan.
A database query failed
because it was actively
WSAEREFUSED WSAEREFUSED
refused. Sebuah query
10112 (0x2780) 10112 (0x2780)
database gagal karena aktif
ditolak.
WSAHOST_NOT_FOUND WSAHOST_NOT_FOUND No such host is known. Tidak
11001 (0x2AF9) 11001 (0x2AF9) host tersebut diketahui.
This is usually a temporary
error during hostname
resolution and means that the
local server did not receive a
response from an authoritative
WSATRY_AGAIN WSATRY_AGAIN
server. Ini biasanya sebuah
11002 (0x2AFA) 11002 (0x2AFA)
kesalahan temporer selama
resolusi hostname dan berarti
bahwa server lokal tidak
menerima respon dari server
otoritatif.
WSANO_RECOVERY WSANO_RECOVERY A non-recoverable error
occurred during a database
lookup. Sebuah kesalahan
11003 (0x2AFB) 11003 (0x2AFB) yang tidak dapat diperoleh
kembali terjadi selama
database lookup.
The requested name is valid,
but no data of the requested
WSANO_DATA WSANO_DATA type was found. Nama diminta
11004 (0x2AFC) 11004 (0x2AFC) ini berlaku, tetapi tidak ada
data dari jenis yang diminta
ditemukan.
At least one reserve has
WSA_QOS_RECEIVERS WSA_QOS_RECEIVERS
arrived. Setidaknya satu
11005 (0x2AFD) 11005 (0x2AFD)
cadangan telah tiba.
At least one path has arrived.
WSA_QOS_SENDERS WSA_QOS_SENDERS
Setidaknya satu jalur telah
11006 (0x2AFE) 11006 (0x2AFE)
tiba.
WSA_QOS_NO_SENDERS WSA_QOS_NO_SENDERS There are no senders. Tidak
11007 (0x2AFF) 11007 (0x2AFF) ada pengirim.
WSA_QOS_NO_RECEIVERS
There are no receivers. Tidak
WSA_QOS_NO_RECEIVERS
ada penerima.
11008 (0x2B00) 11008 (0x2B00)
WSA_QOS_REQUEST_CONFIRMED
Reserve has been confirmed.
WSA_QOS_REQUEST_CONFIRMED
Cadangan telah dikonfirmasi.
11009 (0x2B01) 11009 (0x2B01)
WSA_QOS_ADMISSION_FAILURE Error due to lack of resources.
WSA_QOS_ADMISSION_FAILURE Kesalahan karena kurangnya
11010 (0x2B02) 11010 (0x2B02) sumber daya.
Rejected for administrative
WSA_QOS_POLICY_FAILURE reasons - bad credentials.
WSA_QOS_POLICY_FAILURE Ditolak untuk alasan
11011 (0x2B03) 11011 (0x2B03) administratif - kredensial
buruk.
Unknown or conflicting style.
WSA_QOS_BAD_STYLE WSA_QOS_BAD_STYLE
Unknown atau bertentangan
11012 (0x2B04) 11012 (0x2B04)
gaya.
Problem with some part of the
filterspec or providerspecific
buffer in general. Masalah
WSA_QOS_BAD_OBJECT WSA_QOS_BAD_OBJECT
dengan beberapa bagian dari
11013 (0x2B05) 11013 (0x2B05)
buffer filterspec atau
providerspecific pada
umumnya.
Problem with some part of the
WSA_QOS_TRAFFIC_CTRL_ERROR
flowspec. Masalah dengan
WSA_QOS_TRAFFIC_CTRL_ERROR
beberapa bagian dari flowspec
11014 (0x2B06) 11014 (0x2B06)
tersebut.
WSA_QOS_GENERIC_ERROR General QOS error. Kesalahan
WSA_QOS_GENERIC_ERROR Umum QOS.
11015 (0x2B07) 11015 (0x2B07)
An invalid or unrecognized
service type was found in the
WSA_QOS_ESERVICETYPE
flowspec. Sebuah jenis
WSA_QOS_ESERVICETYPE
layanan yang tidak valid atau
11016 (0x2B08) 11016 (0x2B08)
belum diakui ditemukan di
flowspec tersebut.
An invalid or inconsistent
flowspec was found in the
WSA_QOS_EFLOWSPEC WSA_QOS_EFLOWSPEC QOS structure. Sebuah
11017 (0x2B09) 11017 (0x2B09) flowspec tidak valid atau tidak
konsisten ditemukan dalam
struktur QOS.
WSA_QOS_EPROVSPECBUF Invalid QOS provider-specific
WSA_QOS_EPROVSPECBUF buffer. QOS valid buffer
11018 (0x2B0A) 11018 (0x2B0A) penyedia-spesifik.
An invalid QOS filter style
WSA_QOS_EFILTERSTYLE WSA_QOS_EFILTERSTYLE
was used. Gaya QOS filter
11019 (0x2B0B) 11019 (0x2B0B)
tidak valid digunakan.
An invalid QOS filter type was
WSA_QOS_EFILTERTYPE WSA_QOS_EFILTERTYPE
used. Tipe QOS filter tidak
11020 (0x2B0C) 11020 (0x2B0C)
valid digunakan.
An incorrect number of QOS
FILTERSPECs were specified
in the FLOWDESCRIPTOR.
WSA_QOS_EFILTERCOUNT
Sejumlah salah QOS
WSA_QOS_EFILTERCOUNT
FILTERSPECs yang
11021 (0x2B0D) 11021 (0x2B0D)
ditentukan dalam
FLOWDESCRIPTOR
tersebut.
An object with an invalid
ObjectLength field was
specified in the QOS provider-
WSA_QOS_EOBJLENGTH WSA_QOS_EOBJLENGTH
specific buffer. Sebuah objek
11022 (0x2B0E) 11022 (0x2B0E)
dengan bidang ObjectLength
tidak valid ditentukan dalam
buffer QOS operator-tertentu.
An incorrect number of flow
descriptors was specified in
WSA_QOS_EFLOWCOUNT WSA_QOS_EFLOWCOUNT the QOS structure. Sejumlah
11023 (0x2B0F) 11023 (0x2B0F) aliran yang salah deskriptor
ditentukan dalam struktur
QOS.
An unrecognized object was
found in the QOS provider-
WSA_QOS_EUNKOWNPSOBJ
specific buffer. Sebuah objek
WSA_QOS_EUNKOWNPSOBJ
yang belum diakui ditemukan
11024 (0x2B10) 11024 (0x2B10)
dalam buffer QOS operator-
tertentu.
An invalid policy object was
found in the QOS provider-
WSA_QOS_EPOLICYOBJ WSA_QOS_EPOLICYOBJ specific buffer. Sebuah objek
11025 (0x2B11) 11025 (0x2B11) kebijakan yang tidak valid
telah ditemukan dalam buffer
QOS operator-tertentu.
An invalid QOS flow
descriptor was found in the
WSA_QOS_EFLOWDESC WSA_QOS_EFLOWDESC flow descriptor list. Sebuah
11026 (0x2B12) 11026 (0x2B12) deskripsi QOS aliran tidak
valid ditemukan dalam daftar
aliran descriptor.
An invalid or inconsistent
flowspec was found in the
QOS provider specific buffer.
WSA_QOS_EPSFLOWSPEC WSA_QOS_EPSFLOWSPEC
Sebuah flowspec tidak valid
11027 (0x2B13) 11027 (0x2B13)
atau tidak konsisten ditemukan
dalam buffer penyedia QOS
tertentu.
An invalid FILTERSPEC was
found in the QOS provider-
WSA_QOS_EPSFILTERSPEC
specific buffer. Sebuah
WSA_QOS_EPSFILTERSPEC
FILTERSPEC valid ditemukan
11028 (0x2B14) 11028 (0x2B14)
dalam buffer QOS operator-
tertentu.
An invalid shape discard mode
object was found in the QOS
provider specific buffer.
WSA_QOS_ESDMODEOBJ WSA_QOS_ESDMODEOBJ
Bentuk benda tidak valid
11029 (0x2B15) 11029 (0x2B15)
membuang modus ditemukan
dalam buffer penyedia QOS
tertentu.
An invalid shaping rate object
was found in the QOS
WSA_QOS_ESHAPERATEOBJ
provider-specific buffer.
WSA_QOS_ESHAPERATEOBJ
Sebuah objek Tingkat valid
11030 (0x2B16) 11030 (0x2B16)
membentuk ditemukan dalam
buffer QOS operator-tertentu.
A reserved policy element was
found in the QOS provider-
WSA_QOS_RESERVED_PETYPE
specific buffer. Unsur
WSA_QOS_RESERVED_PETYPE
kebijakan reserved ditemukan
11031 (0x2B17) 11031 (0x2B17)
dalam buffer QOS penyedia-
spesifik.
WSA_SECURE_HOST_NOT_FOUND No such host is known
WSA_SECURE_HOST_NOT_FOUND securely. Tidak host tersebut
11032 (0x2B18) 11032 (0x2B18) dikenal aman.
WSA_IPSEC_NAME_POLICY_ERROR Name based IPSEC policy
WSA_IPSEC_NAME_POLICY_ERROR could not be added. Nama
berdasarkan IPSEC kebijakan
11033 (0x2B19) 11033 (0x2B19)
tidak dapat ditambahkan.
Suggestions? Saran?
If you have additional suggestions regarding the System Error Codes documentation, given
the constraints enumerated at the top of the page, please click the link labeled "Send
comments about this topic to Microsoft" below. Jika Anda memiliki saran tambahan
mengenai dokumentasi Kode Kesalahan Sistem, mengingat kendala yang disebutkan di
bagian atas halaman, silahkan klik link yang bertuliskan "Kirim komentar tentang topik ini
untuk Microsoft" di bawah. We appreciate the input. Kami menghargai masukan.
Requirements Persyaratan
Minimum supported client Minimum Windows 2000 Professional Windows 2000
didukung klien Professional
Minimum supported server Minimum
Windows 2000 Server Windows 2000 Server
didukung server
Header Header Winerror.h Winerror.h