dotcloud/docker

View on GitHub
api/types/error_response.go

Summary

Maintainability
A
0 mins
Test Coverage
package types

// This file was generated by the swagger tool.
// Editing this file might prove futile when you re-run the swagger generate command

// ErrorResponse Represents an error.
// swagger:model ErrorResponse
type ErrorResponse struct {

    // The error message.
    // Required: true
    Message string `json:"message"`
}