DockerEngineAPI.Model.ErrorDetail (ex_docker_api v1.48.1)

View Source

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.ErrorDetail{
  code: integer() | nil,
  message: String.t() | nil
}

Functions

decode(value)