DockerEngineAPI.Model.ErrorDetail (testcontainers v1.13.4)

View Source

Summary

Types

t()

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

Functions

decode(value)