Namecheap.Error (Namecheap v0.2.1) View Source

Represents a Namecheap API error. See the full list of error codes for more information.

%Namecheap.Error{
  error_code: "1010104",
  message: "Parameter Command is missing"
}

Link to this section Summary

Link to this section Types

Specs

t() :: %Namecheap.Error{error_code: String.t(), message: String.t()}