system error codes translate)

33
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 http://support.microsoft.com . Untuk mendapatkan dukungan untuk produk Microsoft, pergi ke http://support.microsoft.com . 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.

Upload: oz

Post on 04-Jul-2015

510 views

Category:

Documents


7 download

TRANSCRIPT

Page 1: System Error Codes Translate)

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 http://support.microsoft.com . Untuk mendapatkan dukungan untuk produk Microsoft, pergi ke http://support.microsoft.com .

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_ERROR_RCODE_FORMAT_ERROR 9001 (0x2329) 9001 (0x2329)

DNS server unable to interpret format. DNS server tidak dapat menafsirkan format.

DNS_ERROR_RCODE_SERVER_FAILURE DNS_ERROR_RCODE_SERVER_FAILURE 9002 (0x232A) 9002 (0x232A)

DNS server failure. DNS server gagal.

DNS_ERROR_RCODE_NAME_ERROR DNS_ERROR_RCODE_NAME_ERROR

DNS name does not exist. nama DNS tidak ada.

Page 2: System Error Codes Translate)

9003 (0x232B) 9003 (0x232B)

DNS_ERROR_RCODE_NOT_IMPLEMENTED DNS_ERROR_RCODE_NOT_IMPLEMENTED 9004 (0x232C) 9004 (0x232C)

DNS request not supported by name server. DNS permintaan tidak didukung oleh server nama.

DNS_ERROR_RCODE_REFUSED DNS_ERROR_RCODE_REFUSED 9005 (0x232D) 9005 (0x232D)

DNS operation refused. operasi DNS menolak.

DNS_ERROR_RCODE_YXDOMAIN DNS_ERROR_RCODE_YXDOMAIN 9006 (0x232E) 9006 (0x232E)

DNS name that ought not exist, does exist. nama DNS yang seharusnya tidak ada, tidak ada.

DNS_ERROR_RCODE_YXRRSET DNS_ERROR_RCODE_YXRRSET 9007 (0x232F) 9007 (0x232F)

DNS RR set that ought not exist, does exist. DNS set RR yang seharusnya tidak ada, tidak ada.

DNS_ERROR_RCODE_NXRRSET DNS_ERROR_RCODE_NXRRSET 9008 (0x2330) 9008 (0x2330)

DNS RR set that ought to exist, does not exist. DNS set RR yang seharusnya ada, tidak ada.

DNS_ERROR_RCODE_NOTAUTH DNS_ERROR_RCODE_NOTAUTH 9009 (0x2331) 9009 (0x2331)

DNS server not authoritative for zone. DNS server tidak authoritative untuk zona.

DNS_ERROR_RCODE_NOTZONE DNS_ERROR_RCODE_NOTZONE 9010 (0x2332) 9010 (0x2332)

DNS name in update or prereq is not in zone. nama DNS di update atau Prereq tidak di zona.

DNS_ERROR_RCODE_BADSIG DNS_ERROR_RCODE_BADSIG 9016 (0x2338) 9016 (0x2338)

DNS signature failed to verify. tanda tangan DNS gagal untuk memverifikasi.

DNS_ERROR_RCODE_BADKEY DNS_ERROR_RCODE_BADKEY 9017 (0x2339) 9017 (0x2339)

DNS bad key. DNS kunci yang buruk.

DNS_ERROR_RCODE_BADTIME DNS_ERROR_RCODE_BADTIME 9018 (0x233A) 9018 (0x233A)

DNS signature validity expired. keabsahan tanda tangan DNS kadaluarsa.

DNS_INFO_NO_RECORDS DNS_INFO_NO_RECORDS 9501 (0x251D) 9501 (0x251D)

No records found for given DNS query. Tidak ada catatan yang ditemukan untuk permintaan DNS yang diberikan.

DNS_ERROR_BAD_PACKET DNS_ERROR_BAD_PACKET 9502 (0x251E) 9502 (0x251E)

Bad DNS packet. Bad DNS paket.

DNS_ERROR_NO_PACKET DNS_ERROR_NO_PACKET 9503 (0x251F) 9503 (0x251F)

No DNS packet. Tidak DNS paket.

DNS_ERROR_RCODE DNS_ERROR_RCODE 9504 (0x2520) 9504 (0x2520)

DNS error, check rcode. kesalahan DNS, periksa rcode.

Page 3: System Error Codes Translate)

DNS_ERROR_UNSECURE_PACKET DNS_ERROR_UNSECURE_PACKET 9505 (0x2521) 9505 (0x2521)

Unsecured DNS packet. Tanpa Jaminan DNS paket.

DNS_ERROR_INVALID_TYPE DNS_ERROR_INVALID_TYPE 9551 (0x254F) 9551 (0x254F)

Invalid DNS type. Valid DNS tipe.

DNS_ERROR_INVALID_IP_ADDRESS DNS_ERROR_INVALID_IP_ADDRESS 9552 (0x2550) 9552 (0x2550)

Invalid IP address. Alamat IP tidak valid.

DNS_ERROR_INVALID_PROPERTY DNS_ERROR_INVALID_PROPERTY 9553 (0x2551) 9553 (0x2551)

Invalid property. Valid properti.

DNS_ERROR_TRY_AGAIN_LATER DNS_ERROR_TRY_AGAIN_LATER 9554 (0x2552) 9554 (0x2552)

Try DNS operation again later. Coba operasi DNS lagi nanti.

DNS_ERROR_NOT_UNIQUE DNS_ERROR_NOT_UNIQUE 9555 (0x2553) 9555 (0x2553)

Record for given name and type is not unique. Rekor nama yang diberikan dan jenis tidak unik.

DNS_ERROR_NON_RFC_NAME DNS_ERROR_NON_RFC_NAME 9556 (0x2554) 9556 (0x2554)

DNS name does not comply with RFC specifications. nama DNS tidak sesuai dengan spesifikasi RFC.

DNS_STATUS_FQDN DNS_STATUS_FQDN 9557 (0x2555) 9557 (0x2555)

DNS name is a fully-qualified DNS name. nama DNS adalah nama DNS lengkap-kualifikasi.

DNS_STATUS_DOTTED_NAME DNS_STATUS_DOTTED_NAME 9558 (0x2556) 9558 (0x2556)

DNS name is dotted (multi-label). DNS nama burik (multi-label).

DNS_STATUS_SINGLE_PART_NAME DNS_STATUS_SINGLE_PART_NAME 9559 (0x2557) 9559 (0x2557)

DNS name is a single-part name. nama DNS adalah nama tunggal-bagian.

DNS_ERROR_INVALID_NAME_CHAR DNS_ERROR_INVALID_NAME_CHAR 9560 (0x2558) 9560 (0x2558)

DNS name contains an invalid character. nama DNS mengandung karakter tidak valid.

DNS_ERROR_NUMERIC_NAME DNS_ERROR_NUMERIC_NAME 9561 (0x2559) 9561 (0x2559)

DNS name is entirely numeric. nama DNS sepenuhnya numerik.

DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER 9562 (0x255A) 9562 (0x255A)

The operation requested is not permitted on a DNS root server. Operasi yang diminta tidak diijinkan pada server root DNS.

DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION 9563 (0x255B) 9563 (0x255B)

The record could not be created because this part of the DNS namespace has been delegated to another server.

Page 4: System Error Codes Translate)

Rekor tidak dapat dibuat karena ini bagian dari namespace DNS telah didelegasikan ke server lain.

DNS_ERROR_CANNOT_FIND_ROOT_HINTS DNS_ERROR_CANNOT_FIND_ROOT_HINTS 9564 (0x255C) 9564 (0x255C)

The DNS server could not find a set of root hints. DNS Server tidak dapat menemukan satu set petunjuk akar.

DNS_ERROR_INCONSISTENT_ROOT_HINTS DNS_ERROR_INCONSISTENT_ROOT_HINTS 9565 (0x255D) 9565 (0x255D)

The DNS server found root hints but they were not consistent across all adapters. Server DNS menemukan petunjuk akar tapi mereka tidak konsisten di semua adapter.

DNS_ERROR_DWORD_VALUE_TOO_SMALL DNS_ERROR_DWORD_VALUE_TOO_SMALL 9566 (0x255E) 9566 (0x255E)

The specified value is too small for this parameter. Nilai yang ditentukan terlalu kecil untuk parameter ini.

DNS_ERROR_DWORD_VALUE_TOO_LARGE DNS_ERROR_DWORD_VALUE_TOO_LARGE 9567 (0x255F) 9567 (0x255F)

The specified value is too large for this parameter. Nilai yang diberikan tidak terlalu besar untuk parameter ini.

DNS_ERROR_BACKGROUND_LOADING DNS_ERROR_BACKGROUND_LOADING 9568 (0x2560) 9568 (0x2560)

This operation is not allowed while the DNS server is loading zones in the background. Operasi ini tidak diperbolehkan sedangkan DNS server loading zona di latar belakang. Please try again later. Silakan coba lagi nanti.

DNS_ERROR_NOT_ALLOWED_ON_RODC DNS_ERROR_NOT_ALLOWED_ON_RODC 9569 (0x2561) 9569 (0x2561)

The operation requested is not permitted on against a DNS server running on a read-only DC. Operasi yang diminta tidak diijinkan pada terhadap server DNS berjalan pada sebuah DC read-only.

DNS_ERROR_NOT_ALLOWED_UNDER_DNAME DNS_ERROR_NOT_ALLOWED_UNDER_DNAME 9570 (0x2562) 9570 (0x2562)

No data is allowed to exist underneath a DNAME record. Tidak ada data yang diperbolehkan ada di bawah rekor DNAME.

DNS_ERROR_DELEGATION_REQUIRED DNS_ERROR_DELEGATION_REQUIRED 9571 (0x2563) 9571 (0x2563)

This operation requires credentials delegation. Operasi ini membutuhkan delegasi kredensial.

DNS_ERROR_ZONE_DOES_NOT_EXIST DNS_ERROR_ZONE_DOES_NOT_EXIST

DNS zone does not exist. zona DNS tidak ada.

Page 5: System Error Codes Translate)

9601 (0x2581) 9601 (0x2581) DNS_ERROR_NO_ZONE_INFO DNS_ERROR_NO_ZONE_INFO 9602 (0x2582) 9602 (0x2582)

DNS zone information not available. DNS zona informasi tidak tersedia.

DNS_ERROR_INVALID_ZONE_OPERATION DNS_ERROR_INVALID_ZONE_OPERATION 9603 (0x2583) 9603 (0x2583)

Invalid operation for DNS zone. Valid operasi untuk zona DNS.

DNS_ERROR_ZONE_CONFIGURATION_ERROR DNS_ERROR_ZONE_CONFIGURATION_ERROR 9604 (0x2584) 9604 (0x2584)

Invalid DNS zone configuration. Valid DNS zona konfigurasi.

DNS_ERROR_ZONE_HAS_NO_SOA_RECORD DNS_ERROR_ZONE_HAS_NO_SOA_RECORD 9605 (0x2585) 9605 (0x2585)

DNS zone has no start of authority (SOA) record. zona DNS tidak memiliki catatan otoritas awal (SOA).

DNS_ERROR_ZONE_HAS_NO_NS_RECORDS DNS_ERROR_ZONE_HAS_NO_NS_RECORDS 9606 (0x2586) 9606 (0x2586)

DNS zone has no Name Server (NS) record. zona DNS tidak memiliki Name Server (NS) record.

DNS_ERROR_ZONE_LOCKED DNS_ERROR_ZONE_LOCKED 9607 (0x2587) 9607 (0x2587)

DNS zone is locked. Zona DNS terkunci.

DNS_ERROR_ZONE_CREATION_FAILED DNS_ERROR_ZONE_CREATION_FAILED 9608 (0x2588) 9608 (0x2588)

DNS zone creation failed. penciptaan zona DNS gagal.

DNS_ERROR_ZONE_ALREADY_EXISTS DNS_ERROR_ZONE_ALREADY_EXISTS 9609 (0x2589) 9609 (0x2589)

DNS zone already exists. zona DNS sudah ada.

DNS_ERROR_AUTOZONE_ALREADY_EXISTS DNS_ERROR_AUTOZONE_ALREADY_EXISTS 9610 (0x258A) 9610 (0x258A)

DNS automatic zone already exists. zona DNS otomatis sudah ada.

DNS_ERROR_INVALID_ZONE_TYPE DNS_ERROR_INVALID_ZONE_TYPE 9611 (0x258B) 9611 (0x258B)

Invalid DNS zone type. Valid DNS zona tipe.

DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP 9612 (0x258C) 9612 (0x258C)

Secondary DNS zone requires master IP address. Secondary DNS zona memerlukan alamat IP master.

DNS_ERROR_ZONE_NOT_SECONDARY DNS_ERROR_ZONE_NOT_SECONDARY 9613 (0x258D) 9613 (0x258D)

DNS zone not secondary. DNS zona tidak sekunder.

DNS_ERROR_NEED_SECONDARY_ADDRESSES DNS_ERROR_NEED_SECONDARY_ADDRESSES 9614 (0x258E) 9614 (0x258E)

Need secondary IP address. Butuh alamat sekunder IP.

DNS_ERROR_WINS_INIT_FAILED DNS_ERROR_WINS_INIT_FAILED 9615 (0x258F) 9615 (0x258F)

WINS initialization failed. inisialisasi WINS gagal.

DNS_ERROR_NEED_WINS_SERVERS DNS_ERROR_NEED_WINS_SERVERS

Need WINS servers. Butuh server WINS.

Page 6: System Error Codes Translate)

9616 (0x2590) 9616 (0x2590) DNS_ERROR_NBSTAT_INIT_FAILED DNS_ERROR_NBSTAT_INIT_FAILED 9617 (0x2591) 9617 (0x2591)

NBTSTAT initialization call failed. nbtstat inisialisasi panggilan gagal.

DNS_ERROR_SOA_DELETE_INVALID DNS_ERROR_SOA_DELETE_INVALID 9618 (0x2592) 9618 (0x2592)

Invalid delete of start of authority (SOA) Valid menghapus dari awal otoritas (SOA)

DNS_ERROR_FORWARDER_ALREADY_EXISTS DNS_ERROR_FORWARDER_ALREADY_EXISTS 9619 (0x2593) 9619 (0x2593)

A conditional forwarding zone already exists for that name. Sebuah zona forwarding bersyarat sudah ada untuk nama itu.

DNS_ERROR_ZONE_REQUIRES_MASTER_IP DNS_ERROR_ZONE_REQUIRES_MASTER_IP 9620 (0x2594) 9620 (0x2594)

This zone must be configured with one or more master DNS server IP addresses. Zona ini harus dikonfigurasi dengan satu atau lebih master DNS server IP alamat.

DNS_ERROR_ZONE_IS_SHUTDOWN DNS_ERROR_ZONE_IS_SHUTDOWN 9621 (0x2595) 9621 (0x2595)

The operation cannot be performed because this zone is shutdown. Operasi tidak dapat dilakukan karena zona ini adalah penutupan.

DNS_ERROR_PRIMARY_REQUIRES_DATAFILE DNS_ERROR_PRIMARY_REQUIRES_DATAFILE 9651 (0x25B3) 9651 (0x25B3)

Primary DNS zone requires datafile. Primer DNS zona membutuhkan datafile.

DNS_ERROR_INVALID_DATAFILE_NAME DNS_ERROR_INVALID_DATAFILE_NAME 9652 (0x25B4) 9652 (0x25B4)

Invalid datafile name for DNS zone. Datafile tidak valid nama untuk zona DNS.

DNS_ERROR_DATAFILE_OPEN_FAILURE DNS_ERROR_DATAFILE_OPEN_FAILURE 9653 (0x25B5) 9653 (0x25B5)

Failed to open datafile for DNS zone. Gagal membuka datafile untuk zona DNS.

DNS_ERROR_FILE_WRITEBACK_FAILED DNS_ERROR_FILE_WRITEBACK_FAILED 9654 (0x25B6) 9654 (0x25B6)

Failed to write datafile for DNS zone. Gagal untuk menulis datafile untuk zona DNS.

DNS_ERROR_DATAFILE_PARSING DNS_ERROR_DATAFILE_PARSING 9655 (0x25B7) 9655 (0x25B7)

Failure while reading datafile for DNS zone. Kegagalan sambil membaca datafile untuk zona DNS.

DNS_ERROR_RECORD_DOES_NOT_EXIST DNS_ERROR_RECORD_DOES_NOT_EXIST 9701 (0x25E5) 9701 (0x25E5)

DNS record does not exist. catatan DNS tidak ada.

DNS_ERROR_RECORD_FORMAT DNS_ERROR_RECORD_FORMAT 9702 (0x25E6) 9702 (0x25E6)

DNS record format error. DNS record kesalahan format.

DNS_ERROR_NODE_CREATION_FAILED DNS_ERROR_NODE_CREATION_FAILED

Node creation failure in DNS. Node penciptaan kegagalan

Page 7: System Error Codes Translate)

9703 (0x25E7) 9703 (0x25E7) dalam DNS. DNS_ERROR_UNKNOWN_RECORD_TYPE DNS_ERROR_UNKNOWN_RECORD_TYPE 9704 (0x25E8) 9704 (0x25E8)

Unknown DNS record type. Unknown DNS tipe record.

DNS_ERROR_RECORD_TIMED_OUT DNS_ERROR_RECORD_TIMED_OUT 9705 (0x25E9) 9705 (0x25E9)

DNS record timed out. catatan DNS timed out.

DNS_ERROR_NAME_NOT_IN_ZONE DNS_ERROR_NAME_NOT_IN_ZONE 9706 (0x25EA) 9706 (0x25EA)

Name not in DNS zone. Nama tidak di zona DNS.

DNS_ERROR_CNAME_LOOP DNS_ERROR_CNAME_LOOP 9707 (0x25EB) 9707 (0x25EB)

CNAME loop detected. CNAME loop terdeteksi.

DNS_ERROR_NODE_IS_CNAME DNS_ERROR_NODE_IS_CNAME 9708 (0x25EC) 9708 (0x25EC)

Node is a CNAME DNS record. Node adalah DNS CNAME record.

DNS_ERROR_CNAME_COLLISION DNS_ERROR_CNAME_COLLISION 9709 (0x25ED) 9709 (0x25ED)

A CNAME record already exists for given name. CNAME record sudah ada untuk nama yang diberikan.

DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT 9710 (0x25EE) 9710 (0x25EE)

Record only at DNS zone root. Rekam hanya pada akar zona DNS.

DNS_ERROR_RECORD_ALREADY_EXISTS DNS_ERROR_RECORD_ALREADY_EXISTS 9711 (0x25EF) 9711 (0x25EF)

DNS record already exists. catatan DNS sudah ada.

DNS_ERROR_SECONDARY_DATA DNS_ERROR_SECONDARY_DATA 9712 (0x25F0) 9712 (0x25F0)

Secondary DNS zone data error. Secondary DNS zona kesalahan data.

DNS_ERROR_NO_CREATE_CACHE_DATA DNS_ERROR_NO_CREATE_CACHE_DATA 9713 (0x25F1) 9713 (0x25F1)

Could not create DNS cache data. Tidak dapat membuat data DNS cache.

DNS_ERROR_NAME_DOES_NOT_EXIST DNS_ERROR_NAME_DOES_NOT_EXIST 9714 (0x25F2) 9714 (0x25F2)

DNS name does not exist. nama DNS tidak ada.

DNS_WARNING_PTR_CREATE_FAILED DNS_WARNING_PTR_CREATE_FAILED 9715 (0x25F3) 9715 (0x25F3)

Could not create pointer (PTR) record. Tidak dapat membuat pointer (PTR) record.

DNS_WARNING_DOMAIN_UNDELETED DNS_WARNING_DOMAIN_UNDELETED 9716 (0x25F4) 9716 (0x25F4)

DNS domain was undeleted. DNS domain itu terhapus.

DNS_ERROR_DS_UNAVAILABLE DNS_ERROR_DS_UNAVAILABLE 9717 (0x25F5) 9717 (0x25F5)

The directory service is unavailable. Directory service tidak tersedia.

DNS_ERROR_DS_ZONE_ALREADY_EXISTS DNS_ERROR_DS_ZONE_ALREADY_EXISTS 9718 (0x25F6) 9718 (0x25F6)

DNS zone already exists in the directory service. zona DNS sudah ada di dalam layanan direktori.

Page 8: System Error Codes Translate)

DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE 9719 (0x25F7) 9719 (0x25F7)

DNS server not creating or reading the boot file for the directory service integrated DNS zone. server DNS tidak membuat atau membaca file boot untuk layanan direktori terpadu DNS zona.

DNS_ERROR_NODE_IS_DNAME DNS_ERROR_NODE_IS_DNAME 9720 (0x25F8) 9720 (0x25F8)

Node is a DNAME DNS record. Node adalah DNAME DNS record.

DNS_ERROR_DNAME_COLLISION DNS_ERROR_DNAME_COLLISION 9721 (0x25F9) 9721 (0x25F9)

A DNAME record already exists for given name. Sebuah catatan DNAME sudah ada untuk nama yang diberikan.

DNS_ERROR_ALIAS_LOOP DNS_ERROR_ALIAS_LOOP 9722 (0x25FA) 9722 (0x25FA)

An alias loop has been detected with either CNAME or DNAME records. Sebuah loop alias telah terdeteksi dengan baik data CNAME atau DNAME.

DNS_INFO_AXFR_COMPLETE DNS_INFO_AXFR_COMPLETE 9751 (0x2617) 9751 (0x2617)

DNS AXFR (zone transfer) complete. DNS AXFR (zona transfer) lengkap.

DNS_ERROR_AXFR DNS_ERROR_AXFR 9752 (0x2618) 9752 (0x2618)

DNS zone transfer failed. transfer zona DNS gagal.

DNS_INFO_ADDED_LOCAL_WINS DNS_INFO_ADDED_LOCAL_WINS 9753 (0x2619) 9753 (0x2619)

Added local WINS server. Ditambahkan WINS server lokal.

DNS_STATUS_CONTINUE_NEEDED DNS_STATUS_CONTINUE_NEEDED 9801 (0x2649) 9801 (0x2649)

Secure update call needs to continue update request. panggilan update Secure perlu terus memperbarui permintaan.

DNS_ERROR_NO_TCPIP DNS_ERROR_NO_TCPIP 9851 (0x267B) 9851 (0x267B)

TCP/IP network protocol not installed. TCP / IP protokol jaringan tidak terpasang.

DNS_ERROR_NO_DNS_SERVERS DNS_ERROR_NO_DNS_SERVERS 9852 (0x267C) 9852 (0x267C)

No DNS servers configured for local system. Tidak ada server DNS dikonfigurasi untuk sistem lokal.

DNS_ERROR_DP_DOES_NOT_EXIST DNS_ERROR_DP_DOES_NOT_EXIST 9901 (0x26AD) 9901 (0x26AD)

The specified directory partition does not exist. Partisi direktori tertentu tidak ada.

DNS_ERROR_DP_ALREADY_EXISTS DNS_ERROR_DP_ALREADY_EXISTS 9902 (0x26AE) 9902 (0x26AE)

The specified directory partition already exists. Partisi direktori yang ditentukan sudah ada.

DNS_ERROR_DP_NOT_ENLISTED DNS_ERROR_DP_NOT_ENLISTED

This DNS server is not enlisted in the specified

Page 9: System Error Codes Translate)

9903 (0x26AF) 9903 (0x26AF) directory partition. DNS server ini tidak terdaftar di partisi direktori yang ditentukan.

DNS_ERROR_DP_ALREADY_ENLISTED DNS_ERROR_DP_ALREADY_ENLISTED 9904 (0x26B0) 9904 (0x26B0)

This DNS server is already enlisted in the specified directory partition. DNS server ini sudah terdaftar di partisi direktori yang ditentukan.

DNS_ERROR_DP_NOT_AVAILABLE DNS_ERROR_DP_NOT_AVAILABLE 9905 (0x26B1) 9905 (0x26B1)

The directory partition is not available at this time. Partisi directory tidak tersedia waktu ini. Please wait a few minutes and try again. Silakan tunggu beberapa menit dan coba lagi.

DNS_ERROR_DP_FSMO_ERROR DNS_ERROR_DP_FSMO_ERROR 9906 (0x26B2) 9906 (0x26B2)

The application directory partition operation failed. Direktori aplikasi partisi operasi gagal. The domain controller holding the domain naming master role is down or unable to service the request or is not running Windows Server 2003. Kontroler domain memegang peran penamaan domain master sedang down atau tidak dapat melayani permintaan atau tidak menjalankan Windows Server 2003.

WSAEINTR WSAEINTR 10004 (0x2714) 10004 (0x2714)

A blocking operation was interrupted by a call to WSACancelBlockingCall. Sebuah operasi pemblokiran terpotong oleh panggilan untuk WSACancelBlockingCall.

WSAEBADF WSAEBADF 10009 (0x2719) 10009 (0x2719)

The file handle supplied is not valid. Menangani file yang diberikan tidak valid.

WSAEACCES WSAEACCES 10013 (0x271D) 10013 (0x271D)

An attempt was made to access a socket in a way forbidden by its access permissions. Suatu usaha dilakukan untuk mengakses socket dengan cara yang dilarang oleh ijin akses.

WSAEFAULT WSAEFAULT 10014 (0x271E) 10014 (0x271E)

The system detected an invalid pointer address in attempting to use a pointer argument in a

Page 10: System Error Codes Translate)

call. Sistem ini mendeteksi alamat pointer tidak valid dalam mencoba untuk menggunakan argumen pointer dalam panggilan.

WSAEINVAL WSAEINVAL 10022 (0x2726) 10022 (0x2726)

An invalid argument was supplied. Sebuah argumen yang tidak valid telah disediakan.

WSAEMFILE WSAEMFILE 10024 (0x2728) 10024 (0x2728)

Too many open sockets. Terlalu banyak membuka soket.

WSAEWOULDBLOCK WSAEWOULDBLOCK 10035 (0x2733) 10035 (0x2733)

A non-blocking socket operation could not be completed immediately. Sebuah operasi non-blocking socket tidak dapat diselesaikan segera.

WSAEINPROGRESS WSAEINPROGRESS 10036 (0x2734) 10036 (0x2734)

A blocking operation is currently executing. Operasi memblokir saat ini mengeksekusi.

WSAEALREADY WSAEALREADY 10037 (0x2735) 10037 (0x2735)

An operation was attempted on a non-blocking socket that already had an operation in progress. Sebuah operasi telah diusahakan pada soket non-blocking yang telah memiliki operasi berlangsung.

WSAENOTSOCK WSAENOTSOCK 10038 (0x2736) 10038 (0x2736)

An operation was attempted on something that is not a socket. Sebuah operasi telah diusahakan pada sesuatu yang bukan soket.

WSAEDESTADDRREQ WSAEDESTADDRREQ 10039 (0x2737) 10039 (0x2737)

A required address was omitted from an operation on a socket. Sebuah alamat yang diperlukan adalah dihilangkan dari operasi pada socket.

WSAEMSGSIZE WSAEMSGSIZE 10040 (0x2738) 10040 (0x2738)

A message sent on a datagram 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

Page 11: System Error Codes Translate)

jaringan lainnya, atau buffer digunakan untuk menerima datagram menjadi lebih kecil daripada datagram itu sendiri.

WSAEPROTOTYPE WSAEPROTOTYPE 10041 (0x2739) 10041 (0x2739)

A protocol was specified in the socket function call that does not support the semantics of the socket type requested. Sebuah protokol ditentukan dalam fungsi panggil soket yang tidak mendukung semantik dari tipe soket diminta.

WSAENOPROTOOPT WSAENOPROTOOPT 10042 (0x273A) 10042 (0x273A)

An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call. Sebuah pilihan yang tidak diketahui, tidak valid, atau tidak didukung atau tingkat yang ditentukan dalam getsockopt atau telepon setsockopt.

WSAEPROTONOSUPPORT WSAEPROTONOSUPPORT 10043 (0x273B) 10043 (0x273B)

The requested protocol has not been configured into the system, or no implementation for it exists. Protokol diminta belum dikonfigurasi ke dalam sistem, atau tidak ada implementasi untuk itu ada.

WSAESOCKTNOSUPPORT WSAESOCKTNOSUPPORT 10044 (0x273C) 10044 (0x273C)

The support for the specified socket type does not exist in this address family. Dukungan untuk jenis soket yang diberikan tidak ada pada keluarga ini alamat.

WSAEOPNOTSUPP WSAEOPNOTSUPP 10045 (0x273D) 10045 (0x273D)

The attempted operation is not supported for the type of object referenced. Operasi berusaha tidak didukung untuk jenis objek yang dirujuk.

WSAEPFNOSUPPORT WSAEPFNOSUPPORT 10046 (0x273E) 10046 (0x273E)

The protocol family has not been configured into the system or no implementation for it exists. Keluarga protokol belum dikonfigurasi ke dalam sistem atau tidak ada implementasi untuk itu ada.

WSAEAFNOSUPPORT WSAEAFNOSUPPORT 10047 (0x273F) 10047 (0x273F)

An address incompatible with the requested protocol was

Page 12: System Error Codes Translate)

used. Alamat tidak sesuai dengan protokol yang diminta digunakan.

WSAEADDRINUSE WSAEADDRINUSE 10048 (0x2740) 10048 (0x2740)

Only one usage of each socket address (protocol/network address/port) is normally permitted. Hanya satu penggunaan setiap alamat socket (protocol / network address / port) biasanya diijinkan.

WSAEADDRNOTAVAIL WSAEADDRNOTAVAIL 10049 (0x2741) 10049 (0x2741)

The requested address is not valid in its context. Alamat yang diminta tidak valid dalam konteksnya.

WSAENETDOWN WSAENETDOWN 10050 (0x2742) 10050 (0x2742)

A socket operation encountered a dead network. Sebuah operasi soket mengalami jaringan mati.

WSAENETUNREACH WSAENETUNREACH 10051 (0x2743) 10051 (0x2743)

A socket operation was attempted to an unreachable network. Sebuah operasi socket dicoba untuk jaringan unreachable.

WSAENETRESET WSAENETRESET 10052 (0x2744) 10052 (0x2744)

The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress. Koneksi telah rusak aktivitas untuk menjaga-hidup karena kegagalan mendeteksi ketika operasi sedang berlangsung.

WSAECONNABORTED WSAECONNABORTED 10053 (0x2745) 10053 (0x2745)

An established connection was aborted by the software in your host machine. Koneksi didirikan dibatalkan oleh perangkat lunak di komputer host Anda.

WSAECONNRESET WSAECONNRESET 10054 (0x2746) 10054 (0x2746)

An existing connection was forcibly closed by the remote host. Sebuah koneksi yang ada secara paksa ditutup oleh remote host.

WSAENOBUFS WSAENOBUFS 10055 (0x2747) 10055 (0x2747)

An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. Sebuah operasi pada soket

Page 13: System Error Codes Translate)

tidak dapat dilakukan karena sistem tidak memiliki ruang buffer yang cukup atau karena antrian penuh.

WSAEISCONN WSAEISCONN 10056 (0x2748) 10056 (0x2748)

A connect request was made on an already connected socket. Permintaan terhubung dibuat pada soket sudah tersambung.

WSAENOTCONN WSAENOTCONN 10057 (0x2749) 10057 (0x2749)

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. Permintaan untuk mengirim atau menerima data yang dibolehkan karena stopkontak tidak tersambung dan (saat mengirim pada soket datagram menggunakan panggilan sendto) tidak ada alamat yang disediakan.

WSAESHUTDOWN WSAESHUTDOWN 10058 (0x274A) 10058 (0x274A)

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. Permintaan untuk mengirim atau menerima data yang dibolehkan karena soket tersebut telah ditutup pada arah itu dengan panggilan shutdown sebelumnya.

WSAETOOMANYREFS WSAETOOMANYREFS 10059 (0x274B) 10059 (0x274B)

Too many references to some kernel object. Terlalu banyak referensi ke beberapa obyek kernel.

WSAETIMEDOUT WSAETIMEDOUT 10060 (0x274C) 10060 (0x274C)

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 respond. Sebuah usaha koneksi gagal karena pihak terkait tidak merespon dengan baik setelah beberapa waktu, atau koneksi didirikan gagal karena

Page 14: System Error Codes Translate)

host dihubungkan telah gagal untuk menanggapi.

WSAECONNREFUSED WSAECONNREFUSED 10061 (0x274D) 10061 (0x274D)

No connection could be made because the target machine actively refused it. Tidak ada koneksi dapat dilakukan karena mesin target aktif menolaknya.

WSAELOOP WSAELOOP 10062 (0x274E) 10062 (0x274E)

Cannot translate name. Tidak dapat menerjemahkan nama.

WSAENAMETOOLONG WSAENAMETOOLONG 10063 (0x274F) 10063 (0x274F)

Name component or name was too long. Nama komponen atau nama terlalu panjang.

WSAEHOSTDOWN WSAEHOSTDOWN 10064 (0x2750) 10064 (0x2750)

A socket operation failed because the destination host was down. Sebuah operasi soket gagal karena tuan rumah tujuan turun.

WSAEHOSTUNREACH WSAEHOSTUNREACH 10065 (0x2751) 10065 (0x2751)

A socket operation was attempted to an unreachable host. Sebuah operasi socket dicoba untuk sebuah host unreachable.

WSAENOTEMPTY WSAENOTEMPTY 10066 (0x2752) 10066 (0x2752)

Cannot remove a directory that is not empty. Tidak dapat menghapus sebuah direktori yang tidak kosong.

WSAEPROCLIM WSAEPROCLIM 10067 (0x2753) 10067 (0x2753)

A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously. Sebuah implementasi Windows Socket mungkin memiliki batas pada jumlah aplikasi yang dapat menggunakannya secara bersamaan.

WSAEUSERS WSAEUSERS 10068 (0x2754) 10068 (0x2754)

Ran out of quota. Kehabisan kuota.

WSAEDQUOT WSAEDQUOT 10069 (0x2755) 10069 (0x2755)

Ran out of disk quota. Kehabisan kuota disk.

WSAESTALE WSAESTALE 10070 (0x2756) 10070 (0x2756)

File handle reference is no longer available. File menangani referensi tidak lagi tersedia.

WSAEREMOTE WSAEREMOTE 10071 (0x2757) 10071 (0x2757)

Item is not available locally. Item tidak tersedia secara lokal.

WSASYSNOTREADY WSASYSNOTREADY WSAStartup cannot function

Page 15: System Error Codes Translate)

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.

WSAVERNOTSUPPORTED WSAVERNOTSUPPORTED 10092 (0x276C) 10092 (0x276C)

The Windows Sockets version requested is not supported. Windows Socket versi diminta tidak didukung.

WSANOTINITIALISED WSANOTINITIALISED 10093 (0x276D) 10093 (0x276D)

Either the application has not called WSAStartup, or WSAStartup failed. Entah aplikasi belum menelepon WSAStartup, atau WSAStartup gagal.

WSAEDISCON WSAEDISCON 10101 (0x2775) 10101 (0x2775)

Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence. Dikembalikan oleh WSARecv atau WSARecvFrom untuk menunjukkan partai remote telah memulai urutan shutdown anggun.

WSAENOMORE WSAENOMORE 10102 (0x2776) 10102 (0x2776)

No more results can be returned by WSALookupServiceNext. Tidak ada hasil yang lebih dapat dikembalikan oleh WSALookupServiceNext.

WSAECANCELLED WSAECANCELLED 10103 (0x2777) 10103 (0x2777)

A call to WSALookupServiceEnd was made while this call was still processing. Panggilan untuk WSALookupServiceEnd dibuat saat panggilan ini masih diproses. The call has been canceled. panggilan telah dibatalkan.

WSAEINVALIDPROCTABLE WSAEINVALIDPROCTABLE 10104 (0x2778) 10104 (0x2778)

The procedure call table is invalid. Tabel pemanggilan prosedur tidak valid.

WSAEINVALIDPROVIDER WSAEINVALIDPROVIDER 10105 (0x2779) 10105 (0x2779)

The requested service provider is invalid. Penyedia layanan

Page 16: System Error Codes Translate)

yang diminta tidak valid.

WSAEPROVIDERFAILEDINIT WSAEPROVIDERFAILEDINIT 10106 (0x277A) 10106 (0x277A)

The requested service provider could not be loaded or initialized. Penyedia layanan yang diminta tidak dapat dimuat atau diinisialisasi.

WSASYSCALLFAILURE WSASYSCALLFAILURE 10107 (0x277B) 10107 (0x277B)

A system call has failed. Sebuah system call telah gagal.

WSASERVICE_NOT_FOUND WSASERVICE_NOT_FOUND 10108 (0x277C) 10108 (0x277C)

No such service is known. Tidak ada pelayanan seperti itu diketahui. The service cannot be found in the specified name space. Layanan ini tidak dapat ditemukan di ruang nama yang ditentukan.

WSATYPE_NOT_FOUND WSATYPE_NOT_FOUND 10109 (0x277D) 10109 (0x277D)

The specified class was not found. Kelas yang ditentukan tidak ditemukan.

WSA_E_NO_MORE WSA_E_NO_MORE 10110 (0x277E) 10110 (0x277E)

No more results can be returned by WSALookupServiceNext. Tidak ada hasil yang lebih dapat dikembalikan oleh WSALookupServiceNext.

WSA_E_CANCELLED WSA_E_CANCELLED 10111 (0x277F) 10111 (0x277F)

A call to WSALookupServiceEnd was made while this call was still processing. Panggilan untuk WSALookupServiceEnd dibuat saat panggilan ini masih diproses. The call has been canceled. panggilan telah dibatalkan.

WSAEREFUSED WSAEREFUSED 10112 (0x2780) 10112 (0x2780)

A database query failed because it was actively refused. Sebuah query database gagal karena aktif ditolak.

WSAHOST_NOT_FOUND WSAHOST_NOT_FOUND 11001 (0x2AF9) 11001 (0x2AF9)

No such host is known. Tidak host tersebut diketahui.

WSATRY_AGAIN WSATRY_AGAIN 11002 (0x2AFA) 11002 (0x2AFA)

This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server. Ini biasanya sebuah kesalahan temporer selama resolusi hostname dan berarti

Page 17: System Error Codes Translate)

bahwa server lokal tidak menerima respon dari server otoritatif.

WSANO_RECOVERY WSANO_RECOVERY 11003 (0x2AFB) 11003 (0x2AFB)

A non-recoverable error occurred during a database lookup. Sebuah kesalahan yang tidak dapat diperoleh kembali terjadi selama database lookup.

WSANO_DATA WSANO_DATA 11004 (0x2AFC) 11004 (0x2AFC)

The requested name is valid, but no data of the requested type was found. Nama diminta ini berlaku, tetapi tidak ada data dari jenis yang diminta ditemukan.

WSA_QOS_RECEIVERS WSA_QOS_RECEIVERS 11005 (0x2AFD) 11005 (0x2AFD)

At least one reserve has arrived. Setidaknya satu cadangan telah tiba.

WSA_QOS_SENDERS WSA_QOS_SENDERS 11006 (0x2AFE) 11006 (0x2AFE)

At least one path has arrived. Setidaknya satu jalur telah tiba.

WSA_QOS_NO_SENDERS WSA_QOS_NO_SENDERS 11007 (0x2AFF) 11007 (0x2AFF)

There are no senders. Tidak ada pengirim.

WSA_QOS_NO_RECEIVERS WSA_QOS_NO_RECEIVERS 11008 (0x2B00) 11008 (0x2B00)

There are no receivers. Tidak ada penerima.

WSA_QOS_REQUEST_CONFIRMED WSA_QOS_REQUEST_CONFIRMED 11009 (0x2B01) 11009 (0x2B01)

Reserve has been confirmed. Cadangan telah dikonfirmasi.

WSA_QOS_ADMISSION_FAILURE WSA_QOS_ADMISSION_FAILURE 11010 (0x2B02) 11010 (0x2B02)

Error due to lack of resources. Kesalahan karena kurangnya sumber daya.

WSA_QOS_POLICY_FAILURE WSA_QOS_POLICY_FAILURE 11011 (0x2B03) 11011 (0x2B03)

Rejected for administrative reasons - bad credentials. Ditolak untuk alasan administratif - kredensial buruk.

WSA_QOS_BAD_STYLE WSA_QOS_BAD_STYLE 11012 (0x2B04) 11012 (0x2B04)

Unknown or conflicting style. Unknown atau bertentangan gaya.

WSA_QOS_BAD_OBJECT WSA_QOS_BAD_OBJECT 11013 (0x2B05) 11013 (0x2B05)

Problem with some part of the filterspec or providerspecific buffer in general. Masalah dengan beberapa bagian dari buffer filterspec atau providerspecific pada umumnya.

WSA_QOS_TRAFFIC_CTRL_ERROR WSA_QOS_TRAFFIC_CTRL_ERROR

Problem with some part of the flowspec. Masalah dengan

Page 18: System Error Codes Translate)

11014 (0x2B06) 11014 (0x2B06) beberapa bagian dari flowspec tersebut.

WSA_QOS_GENERIC_ERROR WSA_QOS_GENERIC_ERROR 11015 (0x2B07) 11015 (0x2B07)

General QOS error. Kesalahan Umum QOS.

WSA_QOS_ESERVICETYPE WSA_QOS_ESERVICETYPE 11016 (0x2B08) 11016 (0x2B08)

An invalid or unrecognized service type was found in the flowspec. Sebuah jenis layanan yang tidak valid atau belum diakui ditemukan di flowspec tersebut.

WSA_QOS_EFLOWSPEC WSA_QOS_EFLOWSPEC 11017 (0x2B09) 11017 (0x2B09)

An invalid or inconsistent flowspec was found in the QOS structure. Sebuah flowspec tidak valid atau tidak konsisten ditemukan dalam struktur QOS.

WSA_QOS_EPROVSPECBUF WSA_QOS_EPROVSPECBUF 11018 (0x2B0A) 11018 (0x2B0A)

Invalid QOS provider-specific buffer. QOS valid buffer penyedia-spesifik.

WSA_QOS_EFILTERSTYLE WSA_QOS_EFILTERSTYLE 11019 (0x2B0B) 11019 (0x2B0B)

An invalid QOS filter style was used. Gaya QOS filter tidak valid digunakan.

WSA_QOS_EFILTERTYPE WSA_QOS_EFILTERTYPE 11020 (0x2B0C) 11020 (0x2B0C)

An invalid QOS filter type was used. Tipe QOS filter tidak valid digunakan.

WSA_QOS_EFILTERCOUNT WSA_QOS_EFILTERCOUNT 11021 (0x2B0D) 11021 (0x2B0D)

An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR. Sejumlah salah QOS FILTERSPECs yang ditentukan dalam FLOWDESCRIPTOR tersebut.

WSA_QOS_EOBJLENGTH WSA_QOS_EOBJLENGTH 11022 (0x2B0E) 11022 (0x2B0E)

An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer. Sebuah objek dengan bidang ObjectLength tidak valid ditentukan dalam buffer QOS operator-tertentu.

WSA_QOS_EFLOWCOUNT WSA_QOS_EFLOWCOUNT 11023 (0x2B0F) 11023 (0x2B0F)

An incorrect number of flow descriptors was specified in the QOS structure. Sejumlah aliran yang salah deskriptor ditentukan dalam struktur QOS.

WSA_QOS_EUNKOWNPSOBJ WSA_QOS_EUNKOWNPSOBJ

An unrecognized object was found in the QOS provider-

Page 19: System Error Codes Translate)

11024 (0x2B10) 11024 (0x2B10)

specific buffer. Sebuah objek yang belum diakui ditemukan dalam buffer QOS operator-tertentu.

WSA_QOS_EPOLICYOBJ WSA_QOS_EPOLICYOBJ 11025 (0x2B11) 11025 (0x2B11)

An invalid policy object was found in the QOS provider-specific buffer. Sebuah objek kebijakan yang tidak valid telah ditemukan dalam buffer QOS operator-tertentu.

WSA_QOS_EFLOWDESC WSA_QOS_EFLOWDESC 11026 (0x2B12) 11026 (0x2B12)

An invalid QOS flow descriptor was found in the flow descriptor list. Sebuah deskripsi QOS aliran tidak valid ditemukan dalam daftar aliran descriptor.

WSA_QOS_EPSFLOWSPEC WSA_QOS_EPSFLOWSPEC 11027 (0x2B13) 11027 (0x2B13)

An invalid or inconsistent flowspec was found in the QOS provider specific buffer. Sebuah flowspec tidak valid atau tidak konsisten ditemukan dalam buffer penyedia QOS tertentu.

WSA_QOS_EPSFILTERSPEC WSA_QOS_EPSFILTERSPEC 11028 (0x2B14) 11028 (0x2B14)

An invalid FILTERSPEC was found in the QOS provider-specific buffer. Sebuah FILTERSPEC valid ditemukan dalam buffer QOS operator-tertentu.

WSA_QOS_ESDMODEOBJ WSA_QOS_ESDMODEOBJ 11029 (0x2B15) 11029 (0x2B15)

An invalid shape discard mode object was found in the QOS provider specific buffer. Bentuk benda tidak valid membuang modus ditemukan dalam buffer penyedia QOS tertentu.

WSA_QOS_ESHAPERATEOBJ WSA_QOS_ESHAPERATEOBJ 11030 (0x2B16) 11030 (0x2B16)

An invalid shaping rate object was found in the QOS provider-specific buffer. Sebuah objek Tingkat valid membentuk ditemukan dalam buffer QOS operator-tertentu.

WSA_QOS_RESERVED_PETYPE WSA_QOS_RESERVED_PETYPE 11031 (0x2B17) 11031 (0x2B17)

A reserved policy element was found in the QOS provider-specific buffer. Unsur kebijakan reserved ditemukan dalam buffer QOS penyedia-spesifik.

WSA_SECURE_HOST_NOT_FOUND No such host is known

Page 20: System Error Codes Translate)

WSA_SECURE_HOST_NOT_FOUND 11032 (0x2B18) 11032 (0x2B18)

securely. Tidak host tersebut dikenal aman.

WSA_IPSEC_NAME_POLICY_ERROR WSA_IPSEC_NAME_POLICY_ERROR 11033 (0x2B19) 11033 (0x2B19)

Name based IPSEC policy could not be added. Nama berdasarkan IPSEC kebijakan 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 didukung klien

Windows 2000 Professional Windows 2000 Professional

Minimum supported server Minimum didukung server

Windows 2000 Server Windows 2000 Server

Header Header Winerror.h Winerror.h