Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 2,130 for perror (0.12 sec)

  1. src/net/net.go

    	// Dial, Read, or Write, Addr is the remote address of that
    	// connection.
    	Addr Addr
    
    	// Err is the error that occurred during the operation.
    	// The Error method panics if the error is nil.
    	Err error
    }
    
    func (e *OpError) Unwrap() error { return e.Err }
    
    func (e *OpError) Error() string {
    	if e == nil {
    		return "<nil>"
    	}
    	s := e.Op
    	if e.Net != "" {
    		s += " " + e.Net
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.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)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm.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
    - 34.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.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
    - 33.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go

    // cgo -godefs -objdir=/tmp/s390x/cgo -- -Wall -Werror -static -I/tmp/s390x/include -fsigned-char linux/types.go | go run mkpost.go
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build s390x && linux
    
    package unix
    
    const (
    	SizeofPtr  = 0x8
    	SizeofLong = 0x8
    )
    
    type (
    	_C_long int64
    )
    
    type Timespec struct {
    	Sec  int64
    	Nsec int64
    }
    
    type Timeval struct {
    	Sec  int64
    	Usec int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go

    // cgo -godefs -objdir=/tmp/sparc64/cgo -- -Wall -Werror -static -I/tmp/sparc64/include linux/types.go | go run mkpost.go
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build sparc64 && linux
    
    package unix
    
    const (
    	SizeofPtr  = 0x8
    	SizeofLong = 0x8
    )
    
    type (
    	_C_long int64
    )
    
    type Timespec struct {
    	Sec  int64
    	Nsec int64
    }
    
    type Timeval struct {
    	Sec  int64
    	Usec int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go

    // cgo -godefs -objdir=/tmp/amd64/cgo -- -Wall -Werror -static -I/tmp/amd64/include -m64 linux/types.go | go run mkpost.go
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build amd64 && linux
    
    package unix
    
    const (
    	SizeofPtr  = 0x8
    	SizeofLong = 0x8
    )
    
    type (
    	_C_long int64
    )
    
    type Timespec struct {
    	Sec  int64
    	Nsec int64
    }
    
    type Timeval struct {
    	Sec  int64
    	Usec int64
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  8. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaCompileProblemsIntegrationTest.groovy

            then:
            // 2 warnings + 1 special error
            // The compiler will report a single error, implying that the warnings were treated as errors
            verifyAll(receivedProblem(0)) {
                assertProblem(it, "ERROR", false)
                fqid == 'compilation:java:java-compilation-error'
                details == 'warnings found and -Werror specified'
                solutions.empty
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 16:15:29 UTC 2024
    - 24K bytes
    - Viewed (0)
  9. pkg/log/config_test.go

    		log.Println("golang-2")
    		grpclog.Error("grpc-error-2")
    		grpclog.Warning("grpc-warn-2")
    		grpclog.Info("grpc-info-2")
    		zap.L().Error("zap-error-2")
    		zap.L().Warn("zap-warn-2")
    		zap.L().Info("zap-info-2")
    		zap.L().Debug("zap-debug-2")
    	})
    
    	patterns := []string{
    		timePattern + "\tinfo\tlog/config_test.go:.*\tgolang",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 26 20:38:10 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  10. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/executer/OutputScrapingExecutionResultTest.groovy

            result.error.empty
        }
    
        def "normalizes line ending in output"() {
            def output = "\n\r\nabc\r\n\n"
            def error = "\r\n\nerror\n\r\n"
            def result = OutputScrapingExecutionResult.from(output, error)
    
            expect:
            result.output == "\n\nabc\n\n"
            result.normalizedOutput == "\n\nabc\n\n"
            result.error == "\n\nerror\n\n"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 23.5K bytes
    - Viewed (0)
Back to top