Skip to content
#

error

Here are 516 public repositories matching this topic...

egonk
egonk commented Jan 9, 2019

Use case: command line apps that write actual data on stdout (not just logs), error on write indicates that the data processing should stop or report error on stderr. e.g. "cat"

The exclude list is combined with an internal list for functions in the Go standard library that have an error return type but are documented to never return an error.

If my reading of stdlib docs & code is correct

sathish-kumar-subramani
sathish-kumar-subramani commented Jan 29, 2020

Migration guide or changes per release would be useful.

Detailed Description

Recently, one of my colleague used the latest version of this library in a new project. New project -> latest stable dependencies right?
Looks like SecurityAdviceTrait was made optional from v0.24.0 and our new service didn't handle 'org.springframework.security.access.AccessDeniedException`. I had to find this

ticki
ticki commented Jan 25, 2017
    /// A page management error.
    enum Error {
        /// No clusters left in the freelist.
        ///
        /// This is the equivalent to OOM, but with disk space.
        OutOfClusters {
            description("Out of free clusters.")
        }
        /// A page checksum did not match.
        ///
        /// The checksum of the data and the checksum stored in the pag

Improve this page

Add a description, image, and links to the error topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the error topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.