Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,514 for perror (0.14 sec)

  1. src/net/net_test.go

    // The various errors should implement the Error interface.
    func TestErrors(t *testing.T) {
    	var (
    		_ Error = &OpError{}
    		_ Error = &ParseError{}
    		_ Error = &AddrError{}
    		_ Error = UnknownNetworkError("")
    		_ Error = InvalidAddrError("")
    		_ Error = &timeoutError{}
    		_ Error = &DNSConfigError{}
    		_ Error = &DNSError{}
    	)
    
    	// ErrClosed was introduced as type error, so we can't check
    	// it using a declaration.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 21:04:44 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/IsolatingIncrementalAnnotationProcessingIntegrationTest.groovy

                dependencies {
                    compileOnly project(":annotation")
                    annotationProcessor project(":processor")
                }
                compileJava.options.compilerArgs += [ "-Werror", "-Amessage=fromOptions" ]
            """
            java "@Helper class A {}"
    
            outputs.snapshot { succeeds "compileJava" }
    
            when:
            java "class B {}"
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  3. cmd/handler-utils.go

    		}
    		writeErrorResponseJSON(r.Context(), w, APIError{
    			Code:           "XMinioAdminVersionMismatch",
    			Description:    desc,
    			HTTPStatusCode: http.StatusUpgradeRequired,
    		}, r.URL)
    	default:
    		writeErrorResponse(r.Context(), w, APIError{
    			Code: "BadRequest",
    			Description: fmt.Sprintf("An error occurred when parsing the HTTP request %s at '%s'",
    				r.Method, r.URL.Path),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/phases/kubeconfig/kubeconfig_test.go

    		writeKubeConfigFunction func(out io.Writer) error
    	}{
    		{
    			name: "WriteKubeConfigWithClientCert",
    			writeKubeConfigFunction: func(out io.Writer) error {
    				return WriteKubeConfigWithClientCert(out, cfg, "myUser", []string{"myOrg"}, notAfter)
    			},
    		},
    		{
    			name: "WriteKubeConfigWithToken",
    			writeKubeConfigFunction: func(out io.Writer) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:04:18 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go

    	{66, "EREMOTE", "object is remote"},
    	{67, "ENOLINK", "link has been severed"},
    	{68, "EADV", "advertise error"},
    	{69, "ESRMNT", "srmount error"},
    	{70, "ECOMM", "communication error on send"},
    	{71, "EPROTO", "protocol error"},
    	{73, "EDOTDOT", "RFS specific error"},
    	{74, "EMULTIHOP", "multihop attempted"},
    	{77, "EBADMSG", "bad message"},
    	{78, "ENAMETOOLONG", "file name too long"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go

    	{66, "EREMOTE", "object is remote"},
    	{67, "ENOLINK", "link has been severed"},
    	{68, "EADV", "advertise error"},
    	{69, "ESRMNT", "srmount error"},
    	{70, "ECOMM", "communication error on send"},
    	{71, "EPROTO", "protocol error"},
    	{73, "EDOTDOT", "RFS specific error"},
    	{74, "EMULTIHOP", "multihop attempted"},
    	{77, "EBADMSG", "bad message"},
    	{78, "ENAMETOOLONG", "file name too long"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go

    	{66, "EREMOTE", "object is remote"},
    	{67, "ENOLINK", "link has been severed"},
    	{68, "EADV", "advertise error"},
    	{69, "ESRMNT", "srmount error"},
    	{70, "ECOMM", "communication error on send"},
    	{71, "EPROTO", "protocol error"},
    	{73, "EDOTDOT", "RFS specific error"},
    	{74, "EMULTIHOP", "multihop attempted"},
    	{77, "EBADMSG", "bad message"},
    	{78, "ENAMETOOLONG", "file name too long"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	{66, "EREMOTE", "object is remote"},
    	{67, "ENOLINK", "link has been severed"},
    	{68, "EADV", "advertise error"},
    	{69, "ESRMNT", "srmount error"},
    	{70, "ECOMM", "communication error on send"},
    	{71, "EPROTO", "protocol error"},
    	{72, "EMULTIHOP", "multihop attempted"},
    	{73, "EDOTDOT", "RFS specific error"},
    	{74, "EBADMSG", "bad message"},
    	{75, "EOVERFLOW", "value too large for defined data type"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go

    	{66, "EREMOTE", "object is remote"},
    	{67, "ENOLINK", "link has been severed"},
    	{68, "EADV", "advertise error"},
    	{69, "ESRMNT", "srmount error"},
    	{70, "ECOMM", "communication error on send"},
    	{71, "EPROTO", "protocol error"},
    	{72, "EMULTIHOP", "multihop attempted"},
    	{73, "EDOTDOT", "RFS specific error"},
    	{74, "EBADMSG", "bad message"},
    	{75, "EOVERFLOW", "value too large for defined data type"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	{66, "EREMOTE", "object is remote"},
    	{67, "ENOLINK", "link has been severed"},
    	{68, "EADV", "advertise error"},
    	{69, "ESRMNT", "srmount error"},
    	{70, "ECOMM", "communication error on send"},
    	{71, "EPROTO", "protocol error"},
    	{72, "EMULTIHOP", "multihop attempted"},
    	{73, "EDOTDOT", "RFS specific error"},
    	{74, "EBADMSG", "bad message"},
    	{75, "EOVERFLOW", "value too large for defined data type"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top