diff options
Diffstat (limited to 'net/base/net_error_list.h')
-rw-r--r-- | net/base/net_error_list.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h index ab4b45f..defeeb4 100644 --- a/net/base/net_error_list.h +++ b/net/base/net_error_list.h @@ -229,6 +229,10 @@ NET_ERROR(HTTPS_PROXY_TUNNEL_RESPONSE, -140) // valid, or the CSP won't allow arbitrary data to be signed. NET_ERROR(SSL_CLIENT_AUTH_SIGNATURE_FAILED, -141) +// The message was too large for the transport. (for example a UDP message +// which exceeds size threshold). +NET_ERROR(MSG_TOO_BIG, -142) + // Certificate error codes // // The values of certificate error codes must be consecutive. |