github.com/muxinc/mux-go@v1.1.1/model_upload_error.go (about)

     1  // Mux Go - Copyright 2019 Mux Inc.
     2  // NOTE: This file is auto generated. Do not edit this file manually.
     3  
     4  package muxgo
     5  
     6  // Only set if an error occurred during asset creation.
     7  type UploadError struct {
     8  	// Label for the specific error
     9  	Type string `json:"type,omitempty"`
    10  	// Human readable error message
    11  	Message string `json:"message,omitempty"`
    12  }