View Source DockerEngineAPI.Model.ErrorDetail (testcontainers v1.11.8)

Summary

Types

t()

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

Functions

decode(value)