Skip to main content

CrateCreateError

An error object returned if an error occurred while creating a crate.

type CrateCreateError implements Error {
message: String!
code: CrateCreateErrorCode!
}

Fields

message (String!)

code (CrateCreateErrorCode!)

Interfaces

Error